Html Css Color HEX #CE0712 Venetian Red

📋 copy color: '#CE0712'

red 206 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #CE0712

Tints of Venetian Red #CE0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 89.18%
G = 3.03%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE0712 (or 0xCE0712) is known color: Venetian Red. HEX triplet: CE, 07 and 12. RGB value is (206,7,18). Sum of RGB (Red+Green+Blue) = 206+7+18=231 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.18% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0712 is #31F8ED. Grayscale: #434343. Windows color (decimal): -3274990 or 1181646. OLE color: 1181646.

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

Color convert

RGB 206 7 18 -
CMYK 0 0.97 0.91 0.19
HSL 356.68º 0.93% 0.42% -
HSV(B) 356.68º 0.97% 0.81% -
XYZ 25.64 13.32 1.79 -
YUV 67.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 206 7 18 0 0.97 0.91 0.19 356.68 0.93 0.42
Hex CE 7 12 0 61 5B 13 165 5D 2A
Octal 316 7 22 0 141 133 23 545 135 52
Binary 11001110 111 10010 0 1100001 1011011 10011 101100101 1011101 101010

Color Harmonies of #CE0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0712

Black with #CE0712

Text Example


Text Example

White with #CE0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0712; }

 p { color: rgb(206,7,18); }

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

background-color css

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

 a { background-color: rgb(206,7,18); }

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

border-color css

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

 span { border-color: rgb(206,7,18); }

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