Html Css Color HEX #CE0506 Venetian Red

📋 copy color: '#CE0506'

red 206 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #CE0506

Tints of Venetian Red #CE0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.76%

R = 94.93%
G = 2.3%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE0506 (or 0xCE0506) is known color: Venetian Red. HEX triplet: CE, 05 and 06. RGB value is (206,5,6). Sum of RGB (Red+Green+Blue) = 206+5+6=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0506 is #31FAF9. Grayscale: #414141. Windows color (decimal): -3275514 or 394702. OLE color: 394702.

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

Color convert

RGB 206 5 6 -
CMYK 0 0.98 0.97 0.19
HSL 359.7º 0.95% 0.41% -
HSV(B) 359.7º 0.98% 0.81% -
XYZ 25.54 13.24 1.38 -
YUV 65.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 206 5 6 0 0.98 0.97 0.19 359.7 0.95 0.41
Hex CE 5 6 0 62 61 13 168 5F 29
Octal 316 5 6 0 142 141 23 550 137 51
Binary 11001110 101 110 0 1100010 1100001 10011 101101000 1011111 101001

Color Harmonies of #CE0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0506

Black with #CE0506

Text Example


Text Example

White with #CE0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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