Html Css Color HEX #DE031C Venetian Red

📋 copy color: '#DE031C'

red 222 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #DE031C

Tints of Venetian Red #DE031C

RGB

 RED value IS 222 (87.11% from 255) = 87.75%

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 87.75%
G = 1.19%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE031C (or 0xDE031C) is known color: Venetian Red. HEX triplet: DE, 03 and 1C. RGB value is (222,3,28). Sum of RGB (Red+Green+Blue) = 222+3+28=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE031C is #21FCE3. Grayscale: #474747. Windows color (decimal): -2227428 or 1835998. OLE color: 1835998.

HSL color Cylindrical-coordinate representation of color #DE031C: hue angle of 353.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE031C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 3 28 -
CMYK 0 0.99 0.87 0.13
HSL 353.15º 0.97% 0.44% -
HSV(B) 353.15º 0.99% 0.87% -
XYZ 30.37 15.68 2.52 -
YUV 71.33 103.55 235.47 -
System Red Green Blue C M Y K H S L
Decimal 222 3 28 0 0.99 0.87 0.13 353.15 0.97 0.44
Hex DE 3 1C 0 63 57 D 161 61 2C
Octal 336 3 34 0 143 127 15 541 141 54
Binary 11011110 11 11100 0 1100011 1010111 1101 101100001 1100001 101100

Color Harmonies of #DE031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE031C

Black with #DE031C

Text Example


Text Example

White with #DE031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE031C; }

 p { color: rgb(222,3,28); }

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

background-color css

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

 a { background-color: rgb(222,3,28); }

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

border-color css

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

 span { border-color: rgb(222,3,28); }

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