Html Css Color HEX #CE0511 Venetian Red

📋 copy color: '#CE0511'

red 206 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #CE0511

Tints of Venetian Red #CE0511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 90.35%
G = 2.19%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0511 (or 0xCE0511) is known color: Venetian Red. HEX triplet: CE, 05 and 11. RGB value is (206,5,17). Sum of RGB (Red+Green+Blue) = 206+5+17=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0511 is #31FAEE. Grayscale: #424242. Windows color (decimal): -3275503 or 1115598. OLE color: 1115598.

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

Color convert

RGB 206 5 17 -
CMYK 0 0.98 0.92 0.19
HSL 356.42º 0.95% 0.41% -
HSV(B) 356.42º 0.98% 0.81% -
XYZ 25.61 13.27 1.74 -
YUV 66.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 206 5 17 0 0.98 0.92 0.19 356.42 0.95 0.41
Hex CE 5 11 0 62 5C 13 164 5F 29
Octal 316 5 21 0 142 134 23 544 137 51
Binary 11001110 101 10001 0 1100010 1011100 10011 101100100 1011111 101001

Color Harmonies of #CE0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0511

Black with #CE0511

Text Example


Text Example

White with #CE0511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0511; }

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

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

background-color css

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

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

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

border-color css

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

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

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