#C3242E

Color #C3242E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C3242E

Tints of Cardinal #C3242E

Color information

#C3242E (or 0xC3242E) is unknown color: approx Cardinal. HEX triplet: C3, 24 and 2E. RGB value is (195,36,46). Sum of RGB (Red+Green+Blue) = 195+36+46=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3242E is #3CDBD1. Grayscale: #545454. Windows color (decimal): -3988434 or 3024067. OLE color: 3024067.

HSL color Cylindrical-coordinate representation of color #C3242E: hue angle of 356.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3242E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB1953646-
CMYK00.820.760.24
HSL356.23º68.83%45.29%-
HSV(B)356.23º81.54%76.47%-
XYZ23.6313.063.86-
YUV84.68106.18206.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 70.40%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=70.40%
G=13.00%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195364600.820.760.24356.2368.8345.29
HexC3242E0524C18164452d
Octal303445601221143054410555
Binary11000011100100101110010100101001100110001011001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3242E; }

 p { color: rgb(195,36,46); }

 H1.HeaderClassName
 {
   color: #C3242E;
 }
 .AnyTagClassName
 {
   color: #C3242E;
 }
</style>
background-color css

<style>
 a { background-color: #C3242E; }

 a { background-color: rgb(195,36,46); }

 div.DivClassName
 {
   background-color: #C3242E;
 }
 .BgClassName
 {
   background-color: #C3242E;
 }
</style>
border-color css

<style>
 span { border-color: #C3242E; }

 span { border-color: rgb(195,36,46); }

 td.TdClassName
 {
   border-color: #C3242E;
 }
 .TagClassName
 {
   border-color: #C3242E;
 }
</style>