Html Css Color HEX #CE060E Venetian Red

📋 copy color: '#CE060E'

red 206 ◦ green 6 ◦ blue 14

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

Shades of Venetian Red #CE060E

Tints of Venetian Red #CE060E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 91.15%
G = 2.65%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE060E (or 0xCE060E) is known color: Venetian Red. HEX triplet: CE, 06 and 0E. RGB value is (206,6,14). Sum of RGB (Red+Green+Blue) = 206+6+14=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE060E is #31F9F1. Grayscale: #424242. Windows color (decimal): -3275250 or 919246. OLE color: 919246.

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

Color convert

RGB 206 6 14 -
CMYK 0 0.97 0.93 0.19
HSL 357.6º 0.94% 0.42% -
HSV(B) 357.6º 0.97% 0.81% -
XYZ 25.6 13.28 1.63 -
YUV 66.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 206 6 14 0 0.97 0.93 0.19 357.6 0.94 0.42
Hex CE 6 E 0 61 5D 13 166 5E 2A
Octal 316 6 16 0 141 135 23 546 136 52
Binary 11001110 110 1110 0 1100001 1011101 10011 101100110 1011110 101010

Color Harmonies of #CE060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE060E

Black with #CE060E

Text Example


Text Example

White with #CE060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE060E; }

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

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

background-color css

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

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

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

border-color css

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

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

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