Html Css Color HEX #CE0005 Venetian Red

📋 copy color: '#CE0005'

red 206 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #CE0005

Tints of Venetian Red #CE0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 2.37%

R = 97.63%
G = 0%
B = 2.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE0005 (or 0xCE0005) is known color: Venetian Red. HEX triplet: CE, 00 and 05. RGB value is (206,0,5). Sum of RGB (Red+Green+Blue) = 206+0+5=211 (27% of max value = 765). Red value is 206 (80.86% from 255 or 97.63% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0005 is #31FFFA. Grayscale: #3E3E3E. Windows color (decimal): -3276795 or 327886. OLE color: 327886.

HSL color Cylindrical-coordinate representation of color #CE0005: hue angle of 358.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 5 -
CMYK 0 1 0.98 0.19
HSL 358.54º 1% 0.4% -
HSV(B) 358.54º 1% 0.81% -
XYZ 25.48 13.13 1.34 -
YUV 62.16 95.75 230.59 -
System Red Green Blue C M Y K H S L
Decimal 206 0 5 0 1 0.98 0.19 358.54 1 0.4
Hex CE 0 5 0 64 62 13 167 64 28
Octal 316 0 5 0 144 142 23 547 144 50
Binary 11001110 0 101 0 1100100 1100010 10011 101100111 1100100 101000

Color Harmonies of #CE0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0005

Black with #CE0005

Text Example


Text Example

White with #CE0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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