Html Css Color HEX #C20415 Venetian Red

📋 copy color: '#C20415'

red 194 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #C20415

Tints of Venetian Red #C20415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 88.58%
G = 1.83%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20415 (or 0xC20415) is known color: Venetian Red. HEX triplet: C2, 04 and 15. RGB value is (194,4,21). Sum of RGB (Red+Green+Blue) = 194+4+21=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20415 is #3DFBEA. Grayscale: #3E3E3E. Windows color (decimal): -4062187 or 1377474. OLE color: 1377474.

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

Color convert

RGB 194 4 21 -
CMYK 0 0.98 0.89 0.24
HSL 354.63º 0.96% 0.39% -
HSV(B) 354.63º 0.98% 0.76% -
XYZ 22.43 11.61 1.77 -
YUV 62.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 194 4 21 0 0.98 0.89 0.24 354.63 0.96 0.39
Hex C2 4 15 0 62 59 18 163 60 27
Octal 302 4 25 0 142 131 30 543 140 47
Binary 11000010 100 10101 0 1100010 1011001 11000 101100011 1100000 100111

Color Harmonies of #C20415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20415

Black with #C20415

Text Example


Text Example

White with #C20415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20415; }

 p { color: rgb(194,4,21); }

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

background-color css

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

 a { background-color: rgb(194,4,21); }

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

border-color css

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

 span { border-color: rgb(194,4,21); }

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