Html Css Color HEX #C41034 Cardinal

📋 copy color: '#C41034'

red 196 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #C41034

Tints of Cardinal #C41034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

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

R = 74.24%
G = 6.06%
B = 19.7%

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

#C41034 (or 0xC41034) is known color: Cardinal. HEX triplet: C4, 10 and 34. RGB value is (196,16,52). Sum of RGB (Red+Green+Blue) = 196+16+52=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C41034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41034 is #3BEFCB. Grayscale: #494949. Windows color (decimal): -3928012 or 3412164. OLE color: 3412164.

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

Color convert

RGB 196 16 52 -
CMYK 0 0.92 0.73 0.23
HSL 348º 0.85% 0.42% -
HSV(B) 348º 0.92% 0.77% -
XYZ 23.57 12.35 4.39 -
YUV 73.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 196 16 52 0 0.92 0.73 0.23 348 0.85 0.42
Hex C4 10 34 0 5C 49 17 15C 55 2A
Octal 304 20 64 0 134 111 27 534 125 52
Binary 11000100 10000 110100 0 1011100 1001001 10111 101011100 1010101 101010

Color Harmonies of #C41034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41034

Black with #C41034

Text Example


Text Example

White with #C41034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41034; }

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

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

background-color css

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

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

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

border-color css

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

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

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