Html Css Color HEX #C20024 Venetian Red

📋 copy color: '#C20024'

red 194 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #C20024

Tints of Venetian Red #C20024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.35%
G = 0%
B = 15.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20024 (or 0xC20024) is known color: Venetian Red. HEX triplet: C2, 00 and 24. RGB value is (194,0,36). Sum of RGB (Red+Green+Blue) = 194+0+36=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C20024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20024 is #3DFFDB. Grayscale: #3E3E3E. Windows color (decimal): -4063196 or 2359490. OLE color: 2359490.

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

Color convert

RGB 194 0 36 -
CMYK 0 1 0.81 0.24
HSL 348.87º 1% 0.38% -
HSV(B) 348.87º 1% 0.76% -
XYZ 22.57 11.6 2.72 -
YUV 62.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 194 0 36 0 1 0.81 0.24 348.87 1 0.38
Hex C2 0 24 0 64 51 18 15D 64 26
Octal 302 0 44 0 144 121 30 535 144 46
Binary 11000010 0 100100 0 1100100 1010001 11000 101011101 1100100 100110

Color Harmonies of #C20024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20024

Black with #C20024

Text Example


Text Example

White with #C20024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20024; }

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

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

background-color css

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

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

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

border-color css

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

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

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