Html Css Color HEX #C20839 Cardinal

📋 copy color: '#C20839'

red 194 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #C20839

Tints of Cardinal #C20839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 74.9%
G = 3.09%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20839 (or 0xC20839) is known color: Cardinal. HEX triplet: C2, 08 and 39. RGB value is (194,8,57). Sum of RGB (Red+Green+Blue) = 194+8+57=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C20839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20839 is #3DF7C6. Grayscale: #454545. Windows color (decimal): -4061127 or 3737794. OLE color: 3737794.

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

Color convert

RGB 194 8 57 -
CMYK 0 0.96 0.71 0.24
HSL 344.19º 0.92% 0.4% -
HSV(B) 344.19º 0.96% 0.76% -
XYZ 23.07 11.94 4.96 -
YUV 69.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 194 8 57 0 0.96 0.71 0.24 344.19 0.92 0.4
Hex C2 8 39 0 60 47 18 158 5C 28
Octal 302 10 71 0 140 107 30 530 134 50
Binary 11000010 1000 111001 0 1100000 1000111 11000 101011000 1011100 101000

Color Harmonies of #C20839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20839

Black with #C20839

Text Example


Text Example

White with #C20839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20839; }

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

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

background-color css

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

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

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

border-color css

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

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

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