Html Css Color HEX #C21942 Cardinal

📋 copy color: '#C21942'

red 194 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #C21942

Tints of Cardinal #C21942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 68.07%
G = 8.77%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C21942 (or 0xC21942) is known color: Cardinal. HEX triplet: C2, 19 and 42. RGB value is (194,25,66). Sum of RGB (Red+Green+Blue) = 194+25+66=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C21942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21942 is #3DE6BD. Grayscale: #505050. Windows color (decimal): -4056766 or 4331970. OLE color: 4331970.

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

Color convert

RGB 194 25 66 -
CMYK 0 0.87 0.66 0.24
HSL 345.44º 0.77% 0.43% -
HSV(B) 345.44º 0.87% 0.76% -
XYZ 23.58 12.56 6.34 -
YUV 80.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 194 25 66 0 0.87 0.66 0.24 345.44 0.77 0.43
Hex C2 19 42 0 57 42 18 159 4D 2B
Octal 302 31 102 0 127 102 30 531 115 53
Binary 11000010 11001 1000010 0 1010111 1000010 11000 101011001 1001101 101011

Color Harmonies of #C21942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21942

Black with #C21942

Text Example


Text Example

White with #C21942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21942; }

 p { color: rgb(194,25,66); }

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

background-color css

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

 a { background-color: rgb(194,25,66); }

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

border-color css

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

 span { border-color: rgb(194,25,66); }

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