Html Css Color HEX #C40D33 Cardinal

📋 copy color: '#C40D33'

red 196 ◦ green 13 ◦ blue 51

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

Shades of Cardinal #C40D33

Tints of Cardinal #C40D33

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 75.38%
G = 5%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C40D33 (or 0xC40D33) is known color: Cardinal. HEX triplet: C4, 0D and 33. RGB value is (196,13,51). Sum of RGB (Red+Green+Blue) = 196+13+51=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D33 is #3BF2CC. Grayscale: #484848. Windows color (decimal): -3928781 or 3345860. OLE color: 3345860.

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

Color convert

RGB 196 13 51 -
CMYK 0 0.93 0.74 0.23
HSL 347.54º 0.88% 0.41% -
HSV(B) 347.54º 0.93% 0.77% -
XYZ 23.51 12.26 4.26 -
YUV 72.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 196 13 51 0 0.93 0.74 0.23 347.54 0.88 0.41
Hex C4 D 33 0 5D 4A 17 15C 58 29
Octal 304 15 63 0 135 112 27 534 130 51
Binary 11000100 1101 110011 0 1011101 1001010 10111 101011100 1011000 101001

Color Harmonies of #C40D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D33

Black with #C40D33

Text Example


Text Example

White with #C40D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D33; }

 p { color: rgb(196,13,51); }

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

background-color css

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

 a { background-color: rgb(196,13,51); }

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

border-color css

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

 span { border-color: rgb(196,13,51); }

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