Html Css Color HEX #CE0711 Venetian Red

📋 copy color: '#CE0711'

red 206 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #CE0711

Tints of Venetian Red #CE0711

RGB

 RED value IS 206 (80.86% from 255) = 89.57%

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 89.57%
G = 3.04%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0711 (or 0xCE0711) is known color: Venetian Red. HEX triplet: CE, 07 and 11. RGB value is (206,7,17). Sum of RGB (Red+Green+Blue) = 206+7+17=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0711 is #31F8EE. Grayscale: #434343. Windows color (decimal): -3274991 or 1116110. OLE color: 1116110.

HSL color Cylindrical-coordinate representation of color #CE0711: hue angle of 356.98º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 17 -
CMYK 0 0.97 0.92 0.19
HSL 356.98º 0.93% 0.42% -
HSV(B) 356.98º 0.97% 0.81% -
XYZ 25.63 13.31 1.75 -
YUV 67.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 206 7 17 0 0.97 0.92 0.19 356.98 0.93 0.42
Hex CE 7 11 0 61 5C 13 165 5D 2A
Octal 316 7 21 0 141 134 23 545 135 52
Binary 11001110 111 10001 0 1100001 1011100 10011 101100101 1011101 101010

Color Harmonies of #CE0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0711

Black with #CE0711

Text Example


Text Example

White with #CE0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0711; }

 p { color: rgb(206,7,17); }

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

background-color css

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

 a { background-color: rgb(206,7,17); }

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

border-color css

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

 span { border-color: rgb(206,7,17); }

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