Html Css Color HEX #C21A42 Cardinal

📋 copy color: '#C21A42'

red 194 ◦ green 26 ◦ blue 66

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

Shades of Cardinal #C21A42

Tints of Cardinal #C21A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

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

R = 67.83%
G = 9.09%
B = 23.08%

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

#C21A42 (or 0xC21A42) is known color: Cardinal. HEX triplet: C2, 1A and 42. RGB value is (194,26,66). Sum of RGB (Red+Green+Blue) = 194+26+66=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A42 is #3DE5BD. Grayscale: #505050. Windows color (decimal): -4056510 or 4332226. OLE color: 4332226.

HSL color Cylindrical-coordinate representation of color #C21A42: hue angle of 345.71º degrees, saturation: 0.76, 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 #C21A42 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 66 -
CMYK 0 0.87 0.66 0.24
HSL 345.71º 0.76% 0.43% -
HSV(B) 345.71º 0.87% 0.76% -
XYZ 23.6 12.6 6.34 -
YUV 80.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 194 26 66 0 0.87 0.66 0.24 345.71 0.76 0.43
Hex C2 1A 42 0 57 42 18 15A 4C 2B
Octal 302 32 102 0 127 102 30 532 114 53
Binary 11000010 11010 1000010 0 1010111 1000010 11000 101011010 1001100 101011

Color Harmonies of #C21A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A42

Black with #C21A42

Text Example


Text Example

White with #C21A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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