Html Css Color HEX #CE0B15 Venetian Red

📋 copy color: '#CE0B15'

red 206 ◦ green 11 ◦ blue 21

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

Shades of Venetian Red #CE0B15

Tints of Venetian Red #CE0B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 86.55%
G = 4.62%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE0B15 (or 0xCE0B15) is known color: Venetian Red. HEX triplet: CE, 0B and 15. RGB value is (206,11,21). Sum of RGB (Red+Green+Blue) = 206+11+21=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B15 is #31F4EA. Grayscale: #464646. Windows color (decimal): -3273963 or 1379278. OLE color: 1379278.

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

Color convert

RGB 206 11 21 -
CMYK 0 0.95 0.90 0.19
HSL 356.92º 0.9% 0.43% -
HSV(B) 356.92º 0.95% 0.81% -
XYZ 25.71 13.42 1.94 -
YUV 70.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 206 11 21 0 0.95 0.90 0.19 356.92 0.9 0.43
Hex CE B 15 0 5F 5A 13 165 5A 2B
Octal 316 13 25 0 137 132 23 545 132 53
Binary 11001110 1011 10101 0 1011111 1011010 10011 101100101 1011010 101011

Color Harmonies of #CE0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B15

Black with #CE0B15

Text Example


Text Example

White with #CE0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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