Html Css Color HEX #C41E34 Cardinal

📋 copy color: '#C41E34'

red 196 ◦ green 30 ◦ blue 52

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

Shades of Cardinal #C41E34

Tints of Cardinal #C41E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 70.5%
G = 10.79%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41E34 (or 0xC41E34) is known color: Cardinal. HEX triplet: C4, 1E and 34. RGB value is (196,30,52). Sum of RGB (Red+Green+Blue) = 196+30+52=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E34 is #3BE1CB. Grayscale: #525252. Windows color (decimal): -3924428 or 3415748. OLE color: 3415748.

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

Color convert

RGB 196 30 52 -
CMYK 0 0.85 0.73 0.23
HSL 352.05º 0.73% 0.44% -
HSV(B) 352.05º 0.85% 0.77% -
XYZ 23.85 12.91 4.48 -
YUV 82.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 196 30 52 0 0.85 0.73 0.23 352.05 0.73 0.44
Hex C4 1E 34 0 55 49 17 160 49 2C
Octal 304 36 64 0 125 111 27 540 111 54
Binary 11000100 11110 110100 0 1010101 1001001 10111 101100000 1001001 101100

Color Harmonies of #C41E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E34

Black with #C41E34

Text Example


Text Example

White with #C41E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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