Html Css Color HEX #DE0507 Venetian Red

📋 copy color: '#DE0507'

red 222 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #DE0507

Tints of Venetian Red #DE0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 94.87%
G = 2.14%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE0507 (or 0xDE0507) is known color: Venetian Red. HEX triplet: DE, 05 and 07. RGB value is (222,5,7). Sum of RGB (Red+Green+Blue) = 222+5+7=234 (30% of max value = 765). Red value is 222 (87.11% from 255 or 94.87% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0507 is #21FAF8. Grayscale: #464646. Windows color (decimal): -2226937 or 460254. OLE color: 460254.

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

Color convert

RGB 222 5 7 -
CMYK 0 0.98 0.97 0.13
HSL 359.45º 0.96% 0.45% -
HSV(B) 359.45º 0.98% 0.87% -
XYZ 30.22 15.65 1.63 -
YUV 70.11 92.39 236.34 -
System Red Green Blue C M Y K H S L
Decimal 222 5 7 0 0.98 0.97 0.13 359.45 0.96 0.45
Hex DE 5 7 0 62 61 D 167 60 2D
Octal 336 5 7 0 142 141 15 547 140 55
Binary 11011110 101 111 0 1100010 1100001 1101 101100111 1100000 101101

Color Harmonies of #DE0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0507

Black with #DE0507

Text Example


Text Example

White with #DE0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0507; }

 p { color: rgb(222,5,7); }

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

background-color css

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

 a { background-color: rgb(222,5,7); }

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

border-color css

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

 span { border-color: rgb(222,5,7); }

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