Html Css Color HEX #CE0D14 Venetian Red

📋 copy color: '#CE0D14'

red 206 ◦ green 13 ◦ blue 20

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

Shades of Venetian Red #CE0D14

Tints of Venetian Red #CE0D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 86.19%
G = 5.44%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE0D14 (or 0xCE0D14) is known color: Venetian Red. HEX triplet: CE, 0D and 14. RGB value is (206,13,20). Sum of RGB (Red+Green+Blue) = 206+13+20=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0D14 is #31F2EB. Grayscale: #474747. Windows color (decimal): -3273452 or 1314254. OLE color: 1314254.

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

Color convert

RGB 206 13 20 -
CMYK 0 0.94 0.90 0.19
HSL 357.82º 0.88% 0.43% -
HSV(B) 357.82º 0.94% 0.81% -
XYZ 25.72 13.46 1.9 -
YUV 71.51 98.94 223.93 -
System Red Green Blue C M Y K H S L
Decimal 206 13 20 0 0.94 0.90 0.19 357.82 0.88 0.43
Hex CE D 14 0 5E 5A 13 166 58 2B
Octal 316 15 24 0 136 132 23 546 130 53
Binary 11001110 1101 10100 0 1011110 1011010 10011 101100110 1011000 101011

Color Harmonies of #CE0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D14

Black with #CE0D14

Text Example


Text Example

White with #CE0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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