Html Css Color HEX #CE0027 Venetian Red

📋 copy color: '#CE0027'

red 206 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #CE0027

Tints of Venetian Red #CE0027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 84.08%
G = 0%
B = 15.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0027 (or 0xCE0027) is known color: Venetian Red. HEX triplet: CE, 00 and 27. RGB value is (206,0,39). Sum of RGB (Red+Green+Blue) = 206+0+39=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0027 is #31FFD8. Grayscale: #424242. Windows color (decimal): -3276761 or 2556110. OLE color: 2556110.

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

Color convert

RGB 206 0 39 -
CMYK 0 1 0.81 0.19
HSL 348.64º 1% 0.4% -
HSV(B) 348.64º 1% 0.81% -
XYZ 25.82 13.27 3.12 -
YUV 66.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 206 0 39 0 1 0.81 0.19 348.64 1 0.4
Hex CE 0 27 0 64 51 13 15D 64 28
Octal 316 0 47 0 144 121 23 535 144 50
Binary 11001110 0 100111 0 1100100 1010001 10011 101011101 1100100 101000

Color Harmonies of #CE0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0027

Black with #CE0027

Text Example


Text Example

White with #CE0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0027; }

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

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

background-color css

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

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

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

border-color css

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

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

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