Html Css Color HEX #CE031F Venetian Red

📋 copy color: '#CE031F'

red 206 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #CE031F

Tints of Venetian Red #CE031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 85.83%
G = 1.25%
B = 12.92%

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

#CE031F (or 0xCE031F) is known color: Venetian Red. HEX triplet: CE, 03 and 1F. RGB value is (206,3,31). Sum of RGB (Red+Green+Blue) = 206+3+31=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE031F is #31FCE0. Grayscale: #424242. Windows color (decimal): -3276001 or 2032590. OLE color: 2032590.

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

Color convert

RGB 206 3 31 -
CMYK 0 0.99 0.85 0.19
HSL 351.72º 0.97% 0.41% -
HSV(B) 351.72º 0.99% 0.81% -
XYZ 25.73 13.29 2.5 -
YUV 66.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 206 3 31 0 0.99 0.85 0.19 351.72 0.97 0.41
Hex CE 3 1F 0 63 55 13 160 61 29
Octal 316 3 37 0 143 125 23 540 141 51
Binary 11001110 11 11111 0 1100011 1010101 10011 101100000 1100001 101001

Color Harmonies of #CE031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE031F

Black with #CE031F

Text Example


Text Example

White with #CE031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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