Html Css Color HEX #C40C34 Cardinal

📋 copy color: '#C40C34'

red 196 ◦ green 12 ◦ blue 52

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

Shades of Cardinal #C40C34

Tints of Cardinal #C40C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20%

R = 75.38%
G = 4.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C40C34 (or 0xC40C34) is known color: Cardinal. HEX triplet: C4, 0C and 34. RGB value is (196,12,52). Sum of RGB (Red+Green+Blue) = 196+12+52=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C34 is #3BF3CB. Grayscale: #474747. Windows color (decimal): -3929036 or 3411140. OLE color: 3411140.

HSL color Cylindrical-coordinate representation of color #C40C34: hue angle of 346.96º 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 #C40C34 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 52 -
CMYK 0 0.94 0.73 0.23
HSL 346.96º 0.88% 0.41% -
HSV(B) 346.96º 0.94% 0.77% -
XYZ 23.52 12.25 4.37 -
YUV 71.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 196 12 52 0 0.94 0.73 0.23 346.96 0.88 0.41
Hex C4 C 34 0 5E 49 17 15B 58 29
Octal 304 14 64 0 136 111 27 533 130 51
Binary 11000100 1100 110100 0 1011110 1001001 10111 101011011 1011000 101001

Color Harmonies of #C40C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C34

Black with #C40C34

Text Example


Text Example

White with #C40C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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