Html Css Color HEX #C20618 Venetian Red

📋 copy color: '#C20618'

red 194 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #C20618

Tints of Venetian Red #C20618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

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

R = 86.61%
G = 2.68%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C20618 (or 0xC20618) is known color: Venetian Red. HEX triplet: C2, 06 and 18. RGB value is (194,6,24). Sum of RGB (Red+Green+Blue) = 194+6+24=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C20618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20618 is #3DF9E7. Grayscale: #404040. Windows color (decimal): -4061672 or 1574594. OLE color: 1574594.

HSL color Cylindrical-coordinate representation of color #C20618: hue angle of 354.26º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20618 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 24 -
CMYK 0 0.97 0.88 0.24
HSL 354.26º 0.94% 0.39% -
HSV(B) 354.26º 0.97% 0.76% -
XYZ 22.48 11.67 1.93 -
YUV 64.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 194 6 24 0 0.97 0.88 0.24 354.26 0.94 0.39
Hex C2 6 18 0 61 58 18 162 5E 27
Octal 302 6 30 0 141 130 30 542 136 47
Binary 11000010 110 11000 0 1100001 1011000 11000 101100010 1011110 100111

Color Harmonies of #C20618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20618

Black with #C20618

Text Example


Text Example

White with #C20618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20618; }

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

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

background-color css

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

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

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

border-color css

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

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

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