Html Css Color HEX #DE0313 Venetian Red

📋 copy color: '#DE0313'

red 222 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #DE0313

Tints of Venetian Red #DE0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 90.98%
G = 1.23%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE0313 (or 0xDE0313) is known color: Venetian Red. HEX triplet: DE, 03 and 13. RGB value is (222,3,19). Sum of RGB (Red+Green+Blue) = 222+3+19=244 (32% of max value = 765). Red value is 222 (87.11% from 255 or 90.98% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0313 is #21FCEC. Grayscale: #464646. Windows color (decimal): -2227437 or 1246174. OLE color: 1246174.

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

Color convert

RGB 222 3 19 -
CMYK 0 0.99 0.91 0.13
HSL 355.62º 0.97% 0.44% -
HSV(B) 355.62º 0.99% 0.87% -
XYZ 30.27 15.64 2.04 -
YUV 70.31 99.05 236.2 -
System Red Green Blue C M Y K H S L
Decimal 222 3 19 0 0.99 0.91 0.13 355.62 0.97 0.44
Hex DE 3 13 0 63 5B D 164 61 2C
Octal 336 3 23 0 143 133 15 544 141 54
Binary 11011110 11 10011 0 1100011 1011011 1101 101100100 1100001 101100

Color Harmonies of #DE0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0313

Black with #DE0313

Text Example


Text Example

White with #DE0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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