Html Css Color HEX #CE031E Venetian Red

📋 copy color: '#CE031E'

red 206 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #CE031E

Tints of Venetian Red #CE031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 86.19%
G = 1.26%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE031E (or 0xCE031E) is known color: Venetian Red. HEX triplet: CE, 03 and 1E. RGB value is (206,3,30). Sum of RGB (Red+Green+Blue) = 206+3+30=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE031E is #31FCE1. Grayscale: #424242. Windows color (decimal): -3276002 or 1967054. OLE color: 1967054.

HSL color Cylindrical-coordinate representation of color #CE031E: hue angle of 352.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE031E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 3 30 -
CMYK 0 0.99 0.85 0.19
HSL 352.02º 0.97% 0.41% -
HSV(B) 352.02º 0.99% 0.81% -
XYZ 25.72 13.28 2.44 -
YUV 66.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 206 3 30 0 0.99 0.85 0.19 352.02 0.97 0.41
Hex CE 3 1E 0 63 55 13 160 61 29
Octal 316 3 36 0 143 125 23 540 141 51
Binary 11001110 11 11110 0 1100011 1010101 10011 101100000 1100001 101001

Color Harmonies of #CE031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE031E

Black with #CE031E

Text Example


Text Example

White with #CE031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE031E; }

 p { color: rgb(206,3,30); }

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

background-color css

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

 a { background-color: rgb(206,3,30); }

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

border-color css

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

 span { border-color: rgb(206,3,30); }

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