Html Css Color HEX #CE0B16 Venetian Red

📋 copy color: '#CE0B16'

red 206 ◦ green 11 ◦ blue 22

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

Shades of Venetian Red #CE0B16

Tints of Venetian Red #CE0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 86.19%
G = 4.6%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE0B16 (or 0xCE0B16) is known color: Venetian Red. HEX triplet: CE, 0B and 16. RGB value is (206,11,22). Sum of RGB (Red+Green+Blue) = 206+11+22=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B16 is #31F4E9. Grayscale: #464646. Windows color (decimal): -3273962 or 1444814. OLE color: 1444814.

HSL color Cylindrical-coordinate representation of color #CE0B16: hue angle of 356.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B16 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 22 -
CMYK 0 0.95 0.89 0.19
HSL 356.62º 0.9% 0.43% -
HSV(B) 356.62º 0.95% 0.81% -
XYZ 25.72 13.42 1.99 -
YUV 70.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 206 11 22 0 0.95 0.89 0.19 356.62 0.9 0.43
Hex CE B 16 0 5F 59 13 165 5A 2B
Octal 316 13 26 0 137 131 23 545 132 53
Binary 11001110 1011 10110 0 1011111 1011001 10011 101100101 1011010 101011

Color Harmonies of #CE0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B16

Black with #CE0B16

Text Example


Text Example

White with #CE0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B16; }

 p { color: rgb(206,11,22); }

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

background-color css

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

 a { background-color: rgb(206,11,22); }

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

border-color css

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

 span { border-color: rgb(206,11,22); }

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