Html Css Color HEX #C00615 Venetian Red

📋 copy color: '#C00615'

red 192 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #C00615

Tints of Venetian Red #C00615

RGB

 RED value IS 192 (75.39% from 255) = 87.67%

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

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

R = 87.67%
G = 2.74%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C00615 (or 0xC00615) is known color: Venetian Red. HEX triplet: C0, 06 and 15. RGB value is (192,6,21). Sum of RGB (Red+Green+Blue) = 192+6+21=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C00615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00615 is #3FF9EA. Grayscale: #3F3F3F. Windows color (decimal): -4192747 or 1377984. OLE color: 1377984.

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

Color convert

RGB 192 6 21 -
CMYK 0 0.97 0.89 0.25
HSL 355.16º 0.94% 0.39% -
HSV(B) 355.16º 0.97% 0.75% -
XYZ 21.94 11.39 1.75 -
YUV 63.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 192 6 21 0 0.97 0.89 0.25 355.16 0.94 0.39
Hex C0 6 15 0 61 59 19 163 5E 27
Octal 300 6 25 0 141 131 31 543 136 47
Binary 11000000 110 10101 0 1100001 1011001 11001 101100011 1011110 100111

Color Harmonies of #C00615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00615

Black with #C00615

Text Example


Text Example

White with #C00615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00615; }

 p { color: rgb(192,6,21); }

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

background-color css

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

 a { background-color: rgb(192,6,21); }

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

border-color css

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

 span { border-color: rgb(192,6,21); }

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