Html Css Color HEX #C20315 Venetian Red

📋 copy color: '#C20315'

red 194 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #C20315

Tints of Venetian Red #C20315

RGB

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

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

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

R = 88.99%
G = 1.38%
B = 9.63%

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

#C20315 (or 0xC20315) is known color: Venetian Red. HEX triplet: C2, 03 and 15. RGB value is (194,3,21). Sum of RGB (Red+Green+Blue) = 194+3+21=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20315 is #3DFCEA. Grayscale: #3E3E3E. Windows color (decimal): -4062443 or 1377218. OLE color: 1377218.

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

Color convert

RGB 194 3 21 -
CMYK 0 0.98 0.89 0.24
HSL 354.35º 0.97% 0.39% -
HSV(B) 354.35º 0.98% 0.76% -
XYZ 22.42 11.59 1.76 -
YUV 62.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 194 3 21 0 0.98 0.89 0.24 354.35 0.97 0.39
Hex C2 3 15 0 62 59 18 162 61 27
Octal 302 3 25 0 142 131 30 542 141 47
Binary 11000010 11 10101 0 1100010 1011001 11000 101100010 1100001 100111

Color Harmonies of #C20315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20315

Black with #C20315

Text Example


Text Example

White with #C20315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20315; }

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

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

background-color css

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

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

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

border-color css

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

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

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