Html Css Color HEX #DE0615 Venetian Red

📋 copy color: '#DE0615'

red 222 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #DE0615

Tints of Venetian Red #DE0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 89.16%
G = 2.41%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE0615 (or 0xDE0615) is known color: Venetian Red. HEX triplet: DE, 06 and 15. RGB value is (222,6,21). Sum of RGB (Red+Green+Blue) = 222+6+21=249 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.16% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0615 is #21F9EA. Grayscale: #484848. Windows color (decimal): -2226667 or 1378014. OLE color: 1378014.

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

Color convert

RGB 222 6 21 -
CMYK 0 0.97 0.91 0.13
HSL 355.83º 0.95% 0.45% -
HSV(B) 355.83º 0.97% 0.87% -
XYZ 30.32 15.71 2.14 -
YUV 72.29 99.06 234.78 -
System Red Green Blue C M Y K H S L
Decimal 222 6 21 0 0.97 0.91 0.13 355.83 0.95 0.45
Hex DE 6 15 0 61 5B D 164 5F 2D
Octal 336 6 25 0 141 133 15 544 137 55
Binary 11011110 110 10101 0 1100001 1011011 1101 101100100 1011111 101101

Color Harmonies of #DE0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0615

Black with #DE0615

Text Example


Text Example

White with #DE0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0615; }

 p { color: rgb(222,6,21); }

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

background-color css

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

 a { background-color: rgb(222,6,21); }

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

border-color css

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

 span { border-color: rgb(222,6,21); }

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