Html Css Color HEX #CE080E Venetian Red

📋 copy color: '#CE080E'

red 206 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #CE080E

Tints of Venetian Red #CE080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 90.35%
G = 3.51%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE080E (or 0xCE080E) is known color: Venetian Red. HEX triplet: CE, 08 and 0E. RGB value is (206,8,14). Sum of RGB (Red+Green+Blue) = 206+8+14=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE080E is #31F7F1. Grayscale: #444444. Windows color (decimal): -3274738 or 919758. OLE color: 919758.

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

Color convert

RGB 206 8 14 -
CMYK 0 0.96 0.93 0.19
HSL 358.18º 0.93% 0.42% -
HSV(B) 358.18º 0.96% 0.81% -
XYZ 25.62 13.33 1.64 -
YUV 67.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 206 8 14 0 0.96 0.93 0.19 358.18 0.93 0.42
Hex CE 8 E 0 60 5D 13 166 5D 2A
Octal 316 10 16 0 140 135 23 546 135 52
Binary 11001110 1000 1110 0 1100000 1011101 10011 101100110 1011101 101010

Color Harmonies of #CE080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE080E

Black with #CE080E

Text Example


Text Example

White with #CE080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE080E; }

 p { color: rgb(206,8,14); }

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

background-color css

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

 a { background-color: rgb(206,8,14); }

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

border-color css

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

 span { border-color: rgb(206,8,14); }

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