Html Css Color HEX #C00607 Venetian Red

📋 copy color: '#C00607'

red 192 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #C00607

Tints of Venetian Red #C00607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 93.66%
G = 2.93%
B = 3.41%

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

#C00607 (or 0xC00607) is known color: Venetian Red. HEX triplet: C0, 06 and 07. RGB value is (192,6,7). Sum of RGB (Red+Green+Blue) = 192+6+7=205 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.66% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 192 - color contains mainly: red. Hex color #C00607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00607 is #3FF9F8. Grayscale: #3D3D3D. Windows color (decimal): -4192761 or 460480. OLE color: 460480.

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

Color convert

RGB 192 6 7 -
CMYK 0 0.97 0.96 0.25
HSL 359.68º 0.94% 0.39% -
HSV(B) 359.68º 0.97% 0.75% -
XYZ 21.84 11.35 1.24 -
YUV 61.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 192 6 7 0 0.97 0.96 0.25 359.68 0.94 0.39
Hex C0 6 7 0 61 60 19 168 5E 27
Octal 300 6 7 0 141 140 31 550 136 47
Binary 11000000 110 111 0 1100001 1100000 11001 101101000 1011110 100111

Color Harmonies of #C00607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00607

Black with #C00607

Text Example


Text Example

White with #C00607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00607; }

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

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

background-color css

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

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

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

border-color css

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

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

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