Html Css Color HEX #C20318 Venetian Red

📋 copy color: '#C20318'

red 194 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #C20318

Tints of Venetian Red #C20318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 87.78%
G = 1.36%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C20318 (or 0xC20318) is known color: Venetian Red. HEX triplet: C2, 03 and 18. RGB value is (194,3,24). Sum of RGB (Red+Green+Blue) = 194+3+24=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20318 is #3DFCE7. Grayscale: #3E3E3E. Windows color (decimal): -4062440 or 1573826. OLE color: 1573826.

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

Color convert

RGB 194 3 24 -
CMYK 0 0.98 0.88 0.24
HSL 353.4º 0.97% 0.39% -
HSV(B) 353.4º 0.98% 0.76% -
XYZ 22.45 11.6 1.92 -
YUV 62.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 194 3 24 0 0.98 0.88 0.24 353.4 0.97 0.39
Hex C2 3 18 0 62 58 18 161 61 27
Octal 302 3 30 0 142 130 30 541 141 47
Binary 11000010 11 11000 0 1100010 1011000 11000 101100001 1100001 100111

Color Harmonies of #C20318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20318

Black with #C20318

Text Example


Text Example

White with #C20318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20318; }

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

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

background-color css

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

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

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

border-color css

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

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

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