Html Css Color HEX #C00508 Venetian Red

📋 copy color: '#C00508'

red 192 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #C00508

Tints of Venetian Red #C00508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 93.66%
G = 2.44%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C00508 (or 0xC00508) is known color: Venetian Red. HEX triplet: C0, 05 and 08. RGB value is (192,5,8). Sum of RGB (Red+Green+Blue) = 192+5+8=205 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.66% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 192 - color contains mainly: red. Hex color #C00508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00508 is #3FFAF7. Grayscale: #3D3D3D. Windows color (decimal): -4193016 or 525760. OLE color: 525760.

HSL color Cylindrical-coordinate representation of color #C00508: hue angle of 359.04º degrees, saturation: 0.95, 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 #C00508 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 8 -
CMYK 0 0.97 0.96 0.25
HSL 359.04º 0.95% 0.39% -
HSV(B) 359.04º 0.97% 0.75% -
XYZ 21.84 11.33 1.27 -
YUV 61.26 97.95 221.26 -
System Red Green Blue C M Y K H S L
Decimal 192 5 8 0 0.97 0.96 0.25 359.04 0.95 0.39
Hex C0 5 8 0 61 60 19 167 5F 27
Octal 300 5 10 0 141 140 31 547 137 47
Binary 11000000 101 1000 0 1100001 1100000 11001 101100111 1011111 100111

Color Harmonies of #C00508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00508

Black with #C00508

Text Example


Text Example

White with #C00508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00508; }

 p { color: rgb(192,5,8); }

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

background-color css

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

 a { background-color: rgb(192,5,8); }

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

border-color css

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

 span { border-color: rgb(192,5,8); }

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