Html Css Color HEX #CE0717 Venetian Red

📋 copy color: '#CE0717'

red 206 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #CE0717

Tints of Venetian Red #CE0717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 87.29%
G = 2.97%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE0717 (or 0xCE0717) is known color: Venetian Red. HEX triplet: CE, 07 and 17. RGB value is (206,7,23). Sum of RGB (Red+Green+Blue) = 206+7+23=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0717 is #31F8E8. Grayscale: #444444. Windows color (decimal): -3274985 or 1509326. OLE color: 1509326.

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

Color convert

RGB 206 7 23 -
CMYK 0 0.97 0.89 0.19
HSL 355.18º 0.93% 0.42% -
HSV(B) 355.18º 0.97% 0.81% -
XYZ 25.68 13.34 2.03 -
YUV 68.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 206 7 23 0 0.97 0.89 0.19 355.18 0.93 0.42
Hex CE 7 17 0 61 59 13 163 5D 2A
Octal 316 7 27 0 141 131 23 543 135 52
Binary 11001110 111 10111 0 1100001 1011001 10011 101100011 1011101 101010

Color Harmonies of #CE0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0717

Black with #CE0717

Text Example


Text Example

White with #CE0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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