Html Css Color HEX #C41236 Cardinal

📋 copy color: '#C41236'

red 196 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #C41236

Tints of Cardinal #C41236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 73.13%
G = 6.72%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C41236 (or 0xC41236) is known color: Cardinal. HEX triplet: C4, 12 and 36. RGB value is (196,18,54). Sum of RGB (Red+Green+Blue) = 196+18+54=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41236 is #3BEDC9. Grayscale: #4B4B4B. Windows color (decimal): -3927498 or 3543748. OLE color: 3543748.

HSL color Cylindrical-coordinate representation of color #C41236: hue angle of 347.87º 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 #C41236 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 54 -
CMYK 0 0.91 0.72 0.23
HSL 347.87º 0.83% 0.42% -
HSV(B) 347.87º 0.91% 0.77% -
XYZ 23.65 12.43 4.64 -
YUV 75.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 196 18 54 0 0.91 0.72 0.23 347.87 0.83 0.42
Hex C4 12 36 0 5B 48 17 15C 53 2A
Octal 304 22 66 0 133 110 27 534 123 52
Binary 11000100 10010 110110 0 1011011 1001000 10111 101011100 1010011 101010

Color Harmonies of #C41236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41236

Black with #C41236

Text Example


Text Example

White with #C41236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41236; }

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

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

background-color css

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

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

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

border-color css

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

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

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