Html Css Color HEX #CE0A18 Venetian Red

📋 copy color: '#CE0A18'

red 206 ◦ green 10 ◦ blue 24

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

Shades of Venetian Red #CE0A18

Tints of Venetian Red #CE0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

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

R = 85.83%
G = 4.17%
B = 10%

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

#CE0A18 (or 0xCE0A18) is known color: Venetian Red. HEX triplet: CE, 0A and 18. RGB value is (206,10,24). Sum of RGB (Red+Green+Blue) = 206+10+24=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0A18 is #31F5E7. Grayscale: #464646. Windows color (decimal): -3274216 or 1575630. OLE color: 1575630.

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

Color convert

RGB 206 10 24 -
CMYK 0 0.95 0.88 0.19
HSL 355.71º 0.91% 0.42% -
HSV(B) 355.71º 0.95% 0.81% -
XYZ 25.73 13.4 2.1 -
YUV 70.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 206 10 24 0 0.95 0.88 0.19 355.71 0.91 0.42
Hex CE A 18 0 5F 58 13 164 5B 2A
Octal 316 12 30 0 137 130 23 544 133 52
Binary 11001110 1010 11000 0 1011111 1011000 10011 101100100 1011011 101010

Color Harmonies of #CE0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A18

Black with #CE0A18

Text Example


Text Example

White with #CE0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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