Html Css Color HEX #C20B24 Venetian Red

📋 copy color: '#C20B24'

red 194 ◦ green 11 ◦ blue 36

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

Shades of Venetian Red #C20B24

Tints of Venetian Red #C20B24

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 80.5%
G = 4.56%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20B24 (or 0xC20B24) is known color: Venetian Red. HEX triplet: C2, 0B and 24. RGB value is (194,11,36). Sum of RGB (Red+Green+Blue) = 194+11+36=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B24 is #3DF4DB. Grayscale: #444444. Windows color (decimal): -4060380 or 2362306. OLE color: 2362306.

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

Color convert

RGB 194 11 36 -
CMYK 0 0.94 0.81 0.24
HSL 351.8º 0.89% 0.4% -
HSV(B) 351.8º 0.94% 0.76% -
XYZ 22.69 11.84 2.76 -
YUV 68.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 194 11 36 0 0.94 0.81 0.24 351.8 0.89 0.4
Hex C2 B 24 0 5E 51 18 160 59 28
Octal 302 13 44 0 136 121 30 540 131 50
Binary 11000010 1011 100100 0 1011110 1010001 11000 101100000 1011001 101000

Color Harmonies of #C20B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20B24

Black with #C20B24

Text Example


Text Example

White with #C20B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20B24; }

 p { color: rgb(194,11,36); }

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

background-color css

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

 a { background-color: rgb(194,11,36); }

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

border-color css

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

 span { border-color: rgb(194,11,36); }

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