Html Css Color HEX #C20313 Venetian Red

📋 copy color: '#C20313'

red 194 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #C20313

Tints of Venetian Red #C20313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 89.81%
G = 1.39%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20313 (or 0xC20313) is known color: Venetian Red. HEX triplet: C2, 03 and 13. RGB value is (194,3,19). Sum of RGB (Red+Green+Blue) = 194+3+19=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20313 is #3DFCEC. Grayscale: #3E3E3E. Windows color (decimal): -4062445 or 1246146. OLE color: 1246146.

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

Color convert

RGB 194 3 19 -
CMYK 0 0.98 0.90 0.24
HSL 354.97º 0.97% 0.39% -
HSV(B) 354.97º 0.98% 0.76% -
XYZ 22.4 11.58 1.67 -
YUV 61.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 194 3 19 0 0.98 0.90 0.24 354.97 0.97 0.39
Hex C2 3 13 0 62 5A 18 163 61 27
Octal 302 3 23 0 142 132 30 543 141 47
Binary 11000010 11 10011 0 1100010 1011010 11000 101100011 1100001 100111

Color Harmonies of #C20313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20313

Black with #C20313

Text Example


Text Example

White with #C20313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20313; }

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

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

background-color css

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

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

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

border-color css

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

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

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