Html Css Color HEX #C41933 Cardinal

📋 copy color: '#C41933'

red 196 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #C41933

Tints of Cardinal #C41933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 72.06%
G = 9.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C41933 (or 0xC41933) is known color: Cardinal. HEX triplet: C4, 19 and 33. RGB value is (196,25,51). Sum of RGB (Red+Green+Blue) = 196+25+51=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41933 is #3BE6CC. Grayscale: #4F4F4F. Windows color (decimal): -3925709 or 3348932. OLE color: 3348932.

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

Color convert

RGB 196 25 51 -
CMYK 0 0.87 0.74 0.23
HSL 350.88º 0.77% 0.43% -
HSV(B) 350.88º 0.87% 0.77% -
XYZ 23.71 12.67 4.33 -
YUV 79.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 196 25 51 0 0.87 0.74 0.23 350.88 0.77 0.43
Hex C4 19 33 0 57 4A 17 15F 4D 2B
Octal 304 31 63 0 127 112 27 537 115 53
Binary 11000100 11001 110011 0 1010111 1001010 10111 101011111 1001101 101011

Color Harmonies of #C41933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41933

Black with #C41933

Text Example


Text Example

White with #C41933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41933; }

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

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

background-color css

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

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

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

border-color css

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

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

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