Html Css Color HEX #C41133 Cardinal

📋 copy color: '#C41133'

red 196 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #C41133

Tints of Cardinal #C41133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 74.24%
G = 6.44%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C41133 (or 0xC41133) is known color: Cardinal. HEX triplet: C4, 11 and 33. RGB value is (196,17,51). Sum of RGB (Red+Green+Blue) = 196+17+51=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C41133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41133 is #3BEECC. Grayscale: #4A4A4A. Windows color (decimal): -3927757 or 3346884. OLE color: 3346884.

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

Color convert

RGB 196 17 51 -
CMYK 0 0.91 0.74 0.23
HSL 348.6º 0.84% 0.42% -
HSV(B) 348.6º 0.91% 0.77% -
XYZ 23.56 12.38 4.28 -
YUV 74.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 196 17 51 0 0.91 0.74 0.23 348.6 0.84 0.42
Hex C4 11 33 0 5B 4A 17 15D 54 2A
Octal 304 21 63 0 133 112 27 535 124 52
Binary 11000100 10001 110011 0 1011011 1001010 10111 101011101 1010100 101010

Color Harmonies of #C41133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41133

Black with #C41133

Text Example


Text Example

White with #C41133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41133; }

 p { color: rgb(196,17,51); }

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

background-color css

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

 a { background-color: rgb(196,17,51); }

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

border-color css

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

 span { border-color: rgb(196,17,51); }

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