Html Css Color HEX #CE060D Venetian Red

📋 copy color: '#CE060D'

red 206 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #CE060D

Tints of Venetian Red #CE060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 91.56%
G = 2.67%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE060D (or 0xCE060D) is known color: Venetian Red. HEX triplet: CE, 06 and 0D. RGB value is (206,6,13). Sum of RGB (Red+Green+Blue) = 206+6+13=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE060D is #31F9F2. Grayscale: #424242. Windows color (decimal): -3275251 or 853710. OLE color: 853710.

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

Color convert

RGB 206 6 13 -
CMYK 0 0.97 0.94 0.19
HSL 357.9º 0.94% 0.42% -
HSV(B) 357.9º 0.97% 0.81% -
XYZ 25.59 13.28 1.6 -
YUV 66.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 206 6 13 0 0.97 0.94 0.19 357.9 0.94 0.42
Hex CE 6 D 0 61 5E 13 166 5E 2A
Octal 316 6 15 0 141 136 23 546 136 52
Binary 11001110 110 1101 0 1100001 1011110 10011 101100110 1011110 101010

Color Harmonies of #CE060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE060D

Black with #CE060D

Text Example


Text Example

White with #CE060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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