Html Css Color HEX #C20249 Cardinal

📋 copy color: '#C20249'

red 194 ◦ green 2 ◦ blue 73

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

Shades of Cardinal #C20249

Tints of Cardinal #C20249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 72.12%
G = 0.74%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C20249 (or 0xC20249) is known color: Cardinal. HEX triplet: C2, 02 and 49. RGB value is (194,2,73). Sum of RGB (Red+Green+Blue) = 194+2+73=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C20249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20249 is #3DFDB6. Grayscale: #434343. Windows color (decimal): -4062647 or 4784834. OLE color: 4784834.

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

Color convert

RGB 194 2 73 -
CMYK 0 0.99 0.62 0.24
HSL 337.81º 0.98% 0.38% -
HSV(B) 337.81º 0.99% 0.76% -
XYZ 23.47 11.99 7.38 -
YUV 67.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 194 2 73 0 0.99 0.62 0.24 337.81 0.98 0.38
Hex C2 2 49 0 63 3E 18 152 62 26
Octal 302 2 111 0 143 76 30 522 142 46
Binary 11000010 10 1001001 0 1100011 111110 11000 101010010 1100010 100110

Color Harmonies of #C20249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20249

Black with #C20249

Text Example


Text Example

White with #C20249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20249; }

 p { color: rgb(194,2,73); }

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

background-color css

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

 a { background-color: rgb(194,2,73); }

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

border-color css

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

 span { border-color: rgb(194,2,73); }

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