Html Css Color HEX #CE0612 Venetian Red

📋 copy color: '#CE0612'

red 206 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #CE0612

Tints of Venetian Red #CE0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 89.57%
G = 2.61%
B = 7.83%

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

#CE0612 (or 0xCE0612) is known color: Venetian Red. HEX triplet: CE, 06 and 12. RGB value is (206,6,18). Sum of RGB (Red+Green+Blue) = 206+6+18=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0612 is #31F9ED. Grayscale: #434343. Windows color (decimal): -3275246 or 1181390. OLE color: 1181390.

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

Color convert

RGB 206 6 18 -
CMYK 0 0.97 0.91 0.19
HSL 356.4º 0.94% 0.42% -
HSV(B) 356.4º 0.97% 0.81% -
XYZ 25.63 13.3 1.79 -
YUV 67.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 206 6 18 0 0.97 0.91 0.19 356.4 0.94 0.42
Hex CE 6 12 0 61 5B 13 164 5E 2A
Octal 316 6 22 0 141 133 23 544 136 52
Binary 11001110 110 10010 0 1100001 1011011 10011 101100100 1011110 101010

Color Harmonies of #CE0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0612

Black with #CE0612

Text Example


Text Example

White with #CE0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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