Html Css Color HEX #CE080A Venetian Red

📋 copy color: '#CE080A'

red 206 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #CE080A

Tints of Venetian Red #CE080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 91.96%
G = 3.57%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE080A (or 0xCE080A) is known color: Venetian Red. HEX triplet: CE, 08 and 0A. RGB value is (206,8,10). Sum of RGB (Red+Green+Blue) = 206+8+10=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE080A is #31F7F5. Grayscale: #434343. Windows color (decimal): -3274742 or 657614. OLE color: 657614.

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

Color convert

RGB 206 8 10 -
CMYK 0 0.96 0.95 0.19
HSL 359.39º 0.93% 0.42% -
HSV(B) 359.39º 0.96% 0.81% -
XYZ 25.6 13.32 1.51 -
YUV 67.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 206 8 10 0 0.96 0.95 0.19 359.39 0.93 0.42
Hex CE 8 A 0 60 5F 13 167 5D 2A
Octal 316 10 12 0 140 137 23 547 135 52
Binary 11001110 1000 1010 0 1100000 1011111 10011 101100111 1011101 101010

Color Harmonies of #CE080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE080A

Black with #CE080A

Text Example


Text Example

White with #CE080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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