Html Css Color HEX #C40C37 Cardinal

📋 copy color: '#C40C37'

red 196 ◦ green 12 ◦ blue 55

#C40C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C40C37

Tints of Cardinal #C40C37

RGB

 RED value IS 196 (76.95% from 255) = 74.52%

 GREEN value IS 12 (5.08% from 255) = 4.56%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 74.52%
G = 4.56%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C40C37 (or 0xC40C37) is known color: Cardinal. HEX triplet: C4, 0C and 37. RGB value is (196,12,55). Sum of RGB (Red+Green+Blue) = 196+12+55=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C37 is #3BF3C8. Grayscale: #474747. Windows color (decimal): -3929033 or 3607748. OLE color: 3607748.

HSL color Cylindrical-coordinate representation of color #C40C37: hue angle of 345.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C37 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 55 -
CMYK 0 0.94 0.72 0.23
HSL 345.98º 0.88% 0.41% -
HSV(B) 345.98º 0.94% 0.77% -
XYZ 23.59 12.27 4.74 -
YUV 71.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 196 12 55 0 0.94 0.72 0.23 345.98 0.88 0.41
Hex C4 C 37 0 5E 48 17 15A 58 29
Octal 304 14 67 0 136 110 27 532 130 51
Binary 11000100 1100 110111 0 1011110 1001000 10111 101011010 1011000 101001

Color Harmonies of #C40C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C37

Black with #C40C37

Text Example


Text Example

White with #C40C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C37; }

 p { color: rgb(196,12,55); }

 H1.HeaderClassName
 {
   color: #C40C37;
 }
 .AnyTagClassName
 {
   color: #C40C37;
 }
</style>

background-color css

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

 a { background-color: rgb(196,12,55); }

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

border-color css

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

 span { border-color: rgb(196,12,55); }

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