Html Css Color HEX #C20442 Cardinal

📋 copy color: '#C20442'

red 194 ◦ green 4 ◦ blue 66

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

Shades of Cardinal #C20442

Tints of Cardinal #C20442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 73.48%
G = 1.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20442 (or 0xC20442) is known color: Cardinal. HEX triplet: C2, 04 and 42. RGB value is (194,4,66). Sum of RGB (Red+Green+Blue) = 194+4+66=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C20442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20442 is #3DFBBD. Grayscale: #434343. Windows color (decimal): -4062142 or 4326594. OLE color: 4326594.

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

Color convert

RGB 194 4 66 -
CMYK 0 0.98 0.66 0.24
HSL 340.42º 0.96% 0.39% -
HSV(B) 340.42º 0.98% 0.76% -
XYZ 23.27 11.95 6.23 -
YUV 67.88 126.95 217.96 -
System Red Green Blue C M Y K H S L
Decimal 194 4 66 0 0.98 0.66 0.24 340.42 0.96 0.39
Hex C2 4 42 0 62 42 18 154 60 27
Octal 302 4 102 0 142 102 30 524 140 47
Binary 11000010 100 1000010 0 1100010 1000010 11000 101010100 1100000 100111

Color Harmonies of #C20442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20442

Black with #C20442

Text Example


Text Example

White with #C20442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20442; }

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

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

background-color css

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

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

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

border-color css

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

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

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