Html Css Color HEX #C41239 Cardinal

📋 copy color: '#C41239'

red 196 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #C41239

Tints of Cardinal #C41239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 72.32%
G = 6.64%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41239 (or 0xC41239) is known color: Cardinal. HEX triplet: C4, 12 and 39. RGB value is (196,18,57). Sum of RGB (Red+Green+Blue) = 196+18+57=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C41239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41239 is #3BEDC6. Grayscale: #4B4B4B. Windows color (decimal): -3927495 or 3740356. OLE color: 3740356.

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

Color convert

RGB 196 18 57 -
CMYK 0 0.91 0.71 0.23
HSL 346.85º 0.83% 0.42% -
HSV(B) 346.85º 0.91% 0.77% -
XYZ 23.72 12.46 5.03 -
YUV 75.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 196 18 57 0 0.91 0.71 0.23 346.85 0.83 0.42
Hex C4 12 39 0 5B 47 17 15B 53 2A
Octal 304 22 71 0 133 107 27 533 123 52
Binary 11000100 10010 111001 0 1011011 1000111 10111 101011011 1010011 101010

Color Harmonies of #C41239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41239

Black with #C41239

Text Example


Text Example

White with #C41239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41239; }

 p { color: rgb(196,18,57); }

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

background-color css

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

 a { background-color: rgb(196,18,57); }

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

border-color css

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

 span { border-color: rgb(196,18,57); }

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