Html Css Color HEX #C20139 Cardinal

📋 copy color: '#C20139'

red 194 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #C20139

Tints of Cardinal #C20139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 76.98%
G = 0.4%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20139 (or 0xC20139) is known color: Cardinal. HEX triplet: C2, 01 and 39. RGB value is (194,1,57). Sum of RGB (Red+Green+Blue) = 194+1+57=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20139 is #3DFEC6. Grayscale: #414141. Windows color (decimal): -4062919 or 3736002. OLE color: 3736002.

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

Color convert

RGB 194 1 57 -
CMYK 0 0.99 0.71 0.24
HSL 342.59º 0.99% 0.38% -
HSV(B) 342.59º 0.99% 0.76% -
XYZ 23 11.79 4.93 -
YUV 65.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 194 1 57 0 0.99 0.71 0.24 342.59 0.99 0.38
Hex C2 1 39 0 63 47 18 157 63 26
Octal 302 1 71 0 143 107 30 527 143 46
Binary 11000010 1 111001 0 1100011 1000111 11000 101010111 1100011 100110

Color Harmonies of #C20139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20139

Black with #C20139

Text Example


Text Example

White with #C20139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20139; }

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

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

background-color css

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

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

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

border-color css

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

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

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