Html Css Color HEX #CE0A0D Venetian Red

📋 copy color: '#CE0A0D'

red 206 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #CE0A0D

Tints of Venetian Red #CE0A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 89.96%
G = 4.37%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE0A0D (or 0xCE0A0D) is known color: Venetian Red. HEX triplet: CE, 0A and 0D. RGB value is (206,10,13). Sum of RGB (Red+Green+Blue) = 206+10+13=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0A0D is #31F5F2. Grayscale: #454545. Windows color (decimal): -3274227 or 854734. OLE color: 854734.

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

Color convert

RGB 206 10 13 -
CMYK 0 0.95 0.94 0.19
HSL 359.08º 0.91% 0.42% -
HSV(B) 359.08º 0.95% 0.81% -
XYZ 25.63 13.37 1.61 -
YUV 68.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 206 10 13 0 0.95 0.94 0.19 359.08 0.91 0.42
Hex CE A D 0 5F 5E 13 167 5B 2A
Octal 316 12 15 0 137 136 23 547 133 52
Binary 11001110 1010 1101 0 1011111 1011110 10011 101100111 1011011 101010

Color Harmonies of #CE0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A0D

Black with #CE0A0D

Text Example


Text Example

White with #CE0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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