Html Css Color HEX #CE0108 Venetian Red

📋 copy color: '#CE0108'

red 206 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #CE0108

Tints of Venetian Red #CE0108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 8 (3.52% from 255) = 3.72%

R = 95.81%
G = 0.47%
B = 3.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0108 (or 0xCE0108) is known color: Venetian Red. HEX triplet: CE, 01 and 08. RGB value is (206,1,8). Sum of RGB (Red+Green+Blue) = 206+1+8=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0108 is #31FEF7. Grayscale: #3F3F3F. Windows color (decimal): -3276536 or 524750. OLE color: 524750.

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

Color convert

RGB 206 1 8 -
CMYK 0 1.00 0.96 0.19
HSL 357.95º 0.99% 0.41% -
HSV(B) 357.95º 1% 0.81% -
XYZ 25.51 13.16 1.43 -
YUV 63.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 206 1 8 0 1.00 0.96 0.19 357.95 0.99 0.41
Hex CE 1 8 0 64 60 13 166 63 29
Octal 316 1 10 0 144 140 23 546 143 51
Binary 11001110 1 1000 0 1100100 1100000 10011 101100110 1100011 101001

Color Harmonies of #CE0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0108

Black with #CE0108

Text Example


Text Example

White with #CE0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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