Html Css Color HEX #CE081A Venetian Red

📋 copy color: '#CE081A'

red 206 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #CE081A

Tints of Venetian Red #CE081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 85.83%
G = 3.33%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE081A (or 0xCE081A) is known color: Venetian Red. HEX triplet: CE, 08 and 1A. RGB value is (206,8,26). Sum of RGB (Red+Green+Blue) = 206+8+26=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE081A is #31F7E5. Grayscale: #454545. Windows color (decimal): -3274726 or 1706190. OLE color: 1706190.

HSL color Cylindrical-coordinate representation of color #CE081A: hue angle of 354.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE081A is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 26 -
CMYK 0 0.96 0.87 0.19
HSL 354.55º 0.93% 0.42% -
HSV(B) 354.55º 0.96% 0.81% -
XYZ 25.73 13.37 2.2 -
YUV 69.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 206 8 26 0 0.96 0.87 0.19 354.55 0.93 0.42
Hex CE 8 1A 0 60 57 13 163 5D 2A
Octal 316 10 32 0 140 127 23 543 135 52
Binary 11001110 1000 11010 0 1100000 1010111 10011 101100011 1011101 101010

Color Harmonies of #CE081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE081A

Black with #CE081A

Text Example


Text Example

White with #CE081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE081A; }

 p { color: rgb(206,8,26); }

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

background-color css

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

 a { background-color: rgb(206,8,26); }

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

border-color css

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

 span { border-color: rgb(206,8,26); }

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