Html Css Color HEX #C41848 Cardinal

📋 copy color: '#C41848'

red 196 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #C41848

Tints of Cardinal #C41848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 67.12%
G = 8.22%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C41848 (or 0xC41848) is known color: Cardinal. HEX triplet: C4, 18 and 48. RGB value is (196,24,72). Sum of RGB (Red+Green+Blue) = 196+24+72=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C41848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41848 is #3BE7B7. Grayscale: #505050. Windows color (decimal): -3925944 or 4724932. OLE color: 4724932.

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

Color convert

RGB 196 24 72 -
CMYK 0 0.88 0.63 0.23
HSL 343.26º 0.78% 0.43% -
HSV(B) 343.26º 0.88% 0.77% -
XYZ 24.26 12.86 7.33 -
YUV 80.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 196 24 72 0 0.88 0.63 0.23 343.26 0.78 0.43
Hex C4 18 48 0 58 3F 17 157 4E 2B
Octal 304 30 110 0 130 77 27 527 116 53
Binary 11000100 11000 1001000 0 1011000 111111 10111 101010111 1001110 101011

Color Harmonies of #C41848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41848

Black with #C41848

Text Example


Text Example

White with #C41848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41848; }

 p { color: rgb(196,24,72); }

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

background-color css

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

 a { background-color: rgb(196,24,72); }

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

border-color css

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

 span { border-color: rgb(196,24,72); }

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