Html Css Color HEX #C21848 Cardinal

📋 copy color: '#C21848'

red 194 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #C21848

Tints of Cardinal #C21848

RGB

 RED value IS 194 (76.17% from 255) = 66.9%

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

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

R = 66.9%
G = 8.28%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C21848 (or 0xC21848) is known color: Cardinal. HEX triplet: C2, 18 and 48. RGB value is (194,24,72). Sum of RGB (Red+Green+Blue) = 194+24+72=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C21848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21848 is #3DE7B7. Grayscale: #505050. Windows color (decimal): -4057016 or 4724930. OLE color: 4724930.

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

Color convert

RGB 194 24 72 -
CMYK 0 0.88 0.63 0.24
HSL 343.06º 0.78% 0.43% -
HSV(B) 343.06º 0.88% 0.76% -
XYZ 23.74 12.59 7.31 -
YUV 80.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 194 24 72 0 0.88 0.63 0.24 343.06 0.78 0.43
Hex C2 18 48 0 58 3F 18 157 4E 2B
Octal 302 30 110 0 130 77 30 527 116 53
Binary 11000010 11000 1001000 0 1011000 111111 11000 101010111 1001110 101011

Color Harmonies of #C21848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21848

Black with #C21848

Text Example


Text Example

White with #C21848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21848; }

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

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

background-color css

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

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

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

border-color css

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

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

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