Html Css Color HEX #C20339 Cardinal

📋 copy color: '#C20339'

red 194 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #C20339

Tints of Cardinal #C20339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 76.38%
G = 1.18%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20339 (or 0xC20339) is known color: Cardinal. HEX triplet: C2, 03 and 39. RGB value is (194,3,57). Sum of RGB (Red+Green+Blue) = 194+3+57=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C20339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20339 is #3DFCC6. Grayscale: #424242. Windows color (decimal): -4062407 or 3736514. OLE color: 3736514.

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

Color convert

RGB 194 3 57 -
CMYK 0 0.98 0.71 0.24
HSL 343.04º 0.97% 0.39% -
HSV(B) 343.04º 0.98% 0.76% -
XYZ 23.02 11.83 4.94 -
YUV 66.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 194 3 57 0 0.98 0.71 0.24 343.04 0.97 0.39
Hex C2 3 39 0 62 47 18 157 61 27
Octal 302 3 71 0 142 107 30 527 141 47
Binary 11000010 11 111001 0 1100010 1000111 11000 101010111 1100001 100111

Color Harmonies of #C20339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20339

Black with #C20339

Text Example


Text Example

White with #C20339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20339; }

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

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

background-color css

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

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

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

border-color css

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

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

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