Html Css Color HEX #C20142 Cardinal

📋 copy color: '#C20142'

red 194 ◦ green 1 ◦ blue 66

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

Shades of Cardinal #C20142

Tints of Cardinal #C20142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 74.33%
G = 0.38%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20142 (or 0xC20142) is known color: Cardinal. HEX triplet: C2, 01 and 42. RGB value is (194,1,66). Sum of RGB (Red+Green+Blue) = 194+1+66=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C20142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20142 is #3DFEBD. Grayscale: #424242. Windows color (decimal): -4062910 or 4325826. OLE color: 4325826.

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

Color convert

RGB 194 1 66 -
CMYK 0 0.99 0.66 0.24
HSL 339.79º 0.99% 0.38% -
HSV(B) 339.79º 0.99% 0.76% -
XYZ 23.24 11.88 6.22 -
YUV 66.12 127.94 219.21 -
System Red Green Blue C M Y K H S L
Decimal 194 1 66 0 0.99 0.66 0.24 339.79 0.99 0.38
Hex C2 1 42 0 63 42 18 154 63 26
Octal 302 1 102 0 143 102 30 524 143 46
Binary 11000010 1 1000010 0 1100011 1000010 11000 101010100 1100011 100110

Color Harmonies of #C20142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20142

Black with #C20142

Text Example


Text Example

White with #C20142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20142; }

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

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

background-color css

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

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

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

border-color css

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

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

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