Html Css Color HEX #C20144 Cardinal

📋 copy color: '#C20144'

red 194 ◦ green 1 ◦ blue 68

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

Shades of Cardinal #C20144

Tints of Cardinal #C20144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 73.76%
G = 0.38%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20144 (or 0xC20144) is known color: Cardinal. HEX triplet: C2, 01 and 44. RGB value is (194,1,68). Sum of RGB (Red+Green+Blue) = 194+1+68=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C20144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20144 is #3DFEBB. Grayscale: #424242. Windows color (decimal): -4062908 or 4456898. OLE color: 4456898.

HSL color Cylindrical-coordinate representation of color #C20144: hue angle of 339.17º 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 #C20144 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 68 -
CMYK 0 0.99 0.65 0.24
HSL 339.17º 0.99% 0.38% -
HSV(B) 339.17º 0.99% 0.76% -
XYZ 23.3 11.91 6.54 -
YUV 66.35 128.94 219.05 -
System Red Green Blue C M Y K H S L
Decimal 194 1 68 0 0.99 0.65 0.24 339.17 0.99 0.38
Hex C2 1 44 0 63 41 18 153 63 26
Octal 302 1 104 0 143 101 30 523 143 46
Binary 11000010 1 1000100 0 1100011 1000001 11000 101010011 1100011 100110

Color Harmonies of #C20144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20144

Black with #C20144

Text Example


Text Example

White with #C20144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20144; }

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

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

background-color css

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

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

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

border-color css

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

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

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