Html Css Color HEX #CE0914 Venetian Red

📋 copy color: '#CE0914'

red 206 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #CE0914

Tints of Venetian Red #CE0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 87.66%
G = 3.83%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE0914 (or 0xCE0914) is known color: Venetian Red. HEX triplet: CE, 09 and 14. RGB value is (206,9,20). Sum of RGB (Red+Green+Blue) = 206+9+20=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0914 is #31F6EB. Grayscale: #454545. Windows color (decimal): -3274476 or 1313230. OLE color: 1313230.

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

Color convert

RGB 206 9 20 -
CMYK 0 0.96 0.90 0.19
HSL 356.65º 0.92% 0.42% -
HSV(B) 356.65º 0.96% 0.81% -
XYZ 25.68 13.37 1.89 -
YUV 69.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 206 9 20 0 0.96 0.90 0.19 356.65 0.92 0.42
Hex CE 9 14 0 60 5A 13 165 5C 2A
Octal 316 11 24 0 140 132 23 545 134 52
Binary 11001110 1001 10100 0 1100000 1011010 10011 101100101 1011100 101010

Color Harmonies of #CE0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0914

Black with #CE0914

Text Example


Text Example

White with #CE0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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