Html Css Color HEX #C41434 Cardinal

📋 copy color: '#C41434'

red 196 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #C41434

Tints of Cardinal #C41434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 73.13%
G = 7.46%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41434 (or 0xC41434) is known color: Cardinal. HEX triplet: C4, 14 and 34. RGB value is (196,20,52). Sum of RGB (Red+Green+Blue) = 196+20+52=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41434 is #3BEBCB. Grayscale: #4C4C4C. Windows color (decimal): -3926988 or 3413188. OLE color: 3413188.

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

Color convert

RGB 196 20 52 -
CMYK 0 0.90 0.73 0.23
HSL 349.09º 0.81% 0.42% -
HSV(B) 349.09º 0.9% 0.77% -
XYZ 23.63 12.48 4.41 -
YUV 76.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 196 20 52 0 0.90 0.73 0.23 349.09 0.81 0.42
Hex C4 14 34 0 5A 49 17 15D 51 2A
Octal 304 24 64 0 132 111 27 535 121 52
Binary 11000100 10100 110100 0 1011010 1001001 10111 101011101 1010001 101010

Color Harmonies of #C41434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41434

Black with #C41434

Text Example


Text Example

White with #C41434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41434; }

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

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

background-color css

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

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

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

border-color css

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

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

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