Html Css Color HEX #CE0B18 Venetian Red

📋 copy color: '#CE0B18'

red 206 ◦ green 11 ◦ blue 24

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

Shades of Venetian Red #CE0B18

Tints of Venetian Red #CE0B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 85.48%
G = 4.56%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE0B18 (or 0xCE0B18) is known color: Venetian Red. HEX triplet: CE, 0B and 18. RGB value is (206,11,24). Sum of RGB (Red+Green+Blue) = 206+11+24=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B18 is #31F4E7. Grayscale: #464646. Windows color (decimal): -3273960 or 1575886. OLE color: 1575886.

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

Color convert

RGB 206 11 24 -
CMYK 0 0.95 0.88 0.19
HSL 356º 0.9% 0.43% -
HSV(B) 356º 0.95% 0.81% -
XYZ 25.74 13.43 2.1 -
YUV 70.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 206 11 24 0 0.95 0.88 0.19 356 0.9 0.43
Hex CE B 18 0 5F 58 13 164 5A 2B
Octal 316 13 30 0 137 130 23 544 132 53
Binary 11001110 1011 11000 0 1011111 1011000 10011 101100100 1011010 101011

Color Harmonies of #CE0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B18

Black with #CE0B18

Text Example


Text Example

White with #CE0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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