Html Css Color HEX #CE0509 Venetian Red

📋 copy color: '#CE0509'

red 206 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #CE0509

Tints of Venetian Red #CE0509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 93.64%
G = 2.27%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0509 (or 0xCE0509) is known color: Venetian Red. HEX triplet: CE, 05 and 09. RGB value is (206,5,9). Sum of RGB (Red+Green+Blue) = 206+5+9=220 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0509 is #31FAF6. Grayscale: #414141. Windows color (decimal): -3275511 or 591310. OLE color: 591310.

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

Color convert

RGB 206 5 9 -
CMYK 0 0.98 0.96 0.19
HSL 358.81º 0.95% 0.41% -
HSV(B) 358.81º 0.98% 0.81% -
XYZ 25.56 13.25 1.47 -
YUV 65.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 206 5 9 0 0.98 0.96 0.19 358.81 0.95 0.41
Hex CE 5 9 0 62 60 13 167 5F 29
Octal 316 5 11 0 142 140 23 547 137 51
Binary 11001110 101 1001 0 1100010 1100000 10011 101100111 1011111 101001

Color Harmonies of #CE0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0509

Black with #CE0509

Text Example


Text Example

White with #CE0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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