Html Css Color HEX #C20939 Cardinal

📋 copy color: '#C20939'

red 194 ◦ green 9 ◦ blue 57

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

Shades of Cardinal #C20939

Tints of Cardinal #C20939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 74.62%
G = 3.46%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20939 (or 0xC20939) is known color: Cardinal. HEX triplet: C2, 09 and 39. RGB value is (194,9,57). Sum of RGB (Red+Green+Blue) = 194+9+57=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C20939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20939 is #3DF6C6. Grayscale: #454545. Windows color (decimal): -4060871 or 3738050. OLE color: 3738050.

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

Color convert

RGB 194 9 57 -
CMYK 0 0.95 0.71 0.24
HSL 344.43º 0.91% 0.4% -
HSV(B) 344.43º 0.95% 0.76% -
XYZ 23.08 11.96 4.96 -
YUV 69.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 194 9 57 0 0.95 0.71 0.24 344.43 0.91 0.4
Hex C2 9 39 0 5F 47 18 158 5B 28
Octal 302 11 71 0 137 107 30 530 133 50
Binary 11000010 1001 111001 0 1011111 1000111 11000 101011000 1011011 101000

Color Harmonies of #C20939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20939

Black with #C20939

Text Example


Text Example

White with #C20939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20939; }

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

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

background-color css

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

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

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

border-color css

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

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

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