Html Css Color HEX #DE030F Venetian Red

📋 copy color: '#DE030F'

red 222 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #DE030F

Tints of Venetian Red #DE030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 92.5%
G = 1.25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE030F (or 0xDE030F) is known color: Venetian Red. HEX triplet: DE, 03 and 0F. RGB value is (222,3,15). Sum of RGB (Red+Green+Blue) = 222+3+15=240 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 222 - color contains mainly: red. Hex color #DE030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE030F is #21FCF0. Grayscale: #464646. Windows color (decimal): -2227441 or 984030. OLE color: 984030.

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

Color convert

RGB 222 3 15 -
CMYK 0 0.99 0.93 0.13
HSL 356.71º 0.97% 0.44% -
HSV(B) 356.71º 0.99% 0.87% -
XYZ 30.24 15.63 1.87 -
YUV 69.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 222 3 15 0 0.99 0.93 0.13 356.71 0.97 0.44
Hex DE 3 F 0 63 5D D 165 61 2C
Octal 336 3 17 0 143 135 15 545 141 54
Binary 11011110 11 1111 0 1100011 1011101 1101 101100101 1100001 101100

Color Harmonies of #DE030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE030F

Black with #DE030F

Text Example


Text Example

White with #DE030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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