Html Css Color HEX #CE0512 Venetian Red

📋 copy color: '#CE0512'

red 206 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #CE0512

Tints of Venetian Red #CE0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 89.96%
G = 2.18%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE0512 (or 0xCE0512) is known color: Venetian Red. HEX triplet: CE, 05 and 12. RGB value is (206,5,18). Sum of RGB (Red+Green+Blue) = 206+5+18=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0512 is #31FAED. Grayscale: #424242. Windows color (decimal): -3275502 or 1181134. OLE color: 1181134.

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

Color convert

RGB 206 5 18 -
CMYK 0 0.98 0.91 0.19
HSL 356.12º 0.95% 0.41% -
HSV(B) 356.12º 0.98% 0.81% -
XYZ 25.62 13.27 1.78 -
YUV 66.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 206 5 18 0 0.98 0.91 0.19 356.12 0.95 0.41
Hex CE 5 12 0 62 5B 13 164 5F 29
Octal 316 5 22 0 142 133 23 544 137 51
Binary 11001110 101 10010 0 1100010 1011011 10011 101100100 1011111 101001

Color Harmonies of #CE0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0512

Black with #CE0512

Text Example


Text Example

White with #CE0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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