Html Css Color HEX #C40F34 Cardinal

📋 copy color: '#C40F34'

red 196 ◦ green 15 ◦ blue 52

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

Shades of Cardinal #C40F34

Tints of Cardinal #C40F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

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

R = 74.52%
G = 5.7%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C40F34 (or 0xC40F34) is known color: Cardinal. HEX triplet: C4, 0F and 34. RGB value is (196,15,52). Sum of RGB (Red+Green+Blue) = 196+15+52=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F34 is #3BF0CB. Grayscale: #494949. Windows color (decimal): -3928268 or 3411908. OLE color: 3411908.

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

Color convert

RGB 196 15 52 -
CMYK 0 0.92 0.73 0.23
HSL 347.73º 0.86% 0.41% -
HSV(B) 347.73º 0.92% 0.77% -
XYZ 23.56 12.33 4.39 -
YUV 73.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 196 15 52 0 0.92 0.73 0.23 347.73 0.86 0.41
Hex C4 F 34 0 5C 49 17 15C 56 29
Octal 304 17 64 0 134 111 27 534 126 51
Binary 11000100 1111 110100 0 1011100 1001001 10111 101011100 1010110 101001

Color Harmonies of #C40F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F34

Black with #C40F34

Text Example


Text Example

White with #C40F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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