Html Css Color HEX #C00207 Venetian Red

📋 copy color: '#C00207'

red 192 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C00207

Tints of Venetian Red #C00207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 95.52%
G = 1%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C00207 (or 0xC00207) is known color: Venetian Red. HEX triplet: C0, 02 and 07. RGB value is (192,2,7). Sum of RGB (Red+Green+Blue) = 192+2+7=201 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.52% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 192 - color contains mainly: red. Hex color #C00207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00207 is #3FFDF8. Grayscale: #3B3B3B. Windows color (decimal): -4193785 or 459456. OLE color: 459456.

HSL color Cylindrical-coordinate representation of color #C00207: hue angle of 358.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00207 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 7 -
CMYK 0 0.99 0.96 0.25
HSL 358.42º 0.98% 0.38% -
HSV(B) 358.42º 0.99% 0.75% -
XYZ 21.8 11.27 1.23 -
YUV 59.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 192 2 7 0 0.99 0.96 0.25 358.42 0.98 0.38
Hex C0 2 7 0 63 60 19 166 62 26
Octal 300 2 7 0 143 140 31 546 142 46
Binary 11000000 10 111 0 1100011 1100000 11001 101100110 1100010 100110

Color Harmonies of #C00207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00207

Black with #C00207

Text Example


Text Example

White with #C00207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00207; }

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

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

background-color css

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

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

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

border-color css

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

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

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