Html Css Color HEX #DE000D Venetian Red

📋 copy color: '#DE000D'

red 222 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #DE000D

Tints of Venetian Red #DE000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 94.47%
G = 0%
B = 5.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE000D (or 0xDE000D) is known color: Venetian Red. HEX triplet: DE, 00 and 0D. RGB value is (222,0,13). Sum of RGB (Red+Green+Blue) = 222+0+13=235 (31% of max value = 765). Red value is 222 (87.11% from 255 or 94.47% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 222 - color contains mainly: red. Hex color #DE000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE000D is #21FFF2. Grayscale: #444444. Windows color (decimal): -2228211 or 852190. OLE color: 852190.

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

Color convert

RGB 222 0 13 -
CMYK 0 1 0.94 0.13
HSL 356.49º 1% 0.44% -
HSV(B) 356.49º 1% 0.87% -
XYZ 30.2 15.56 1.79 -
YUV 67.86 97.05 237.94 -
System Red Green Blue C M Y K H S L
Decimal 222 0 13 0 1 0.94 0.13 356.49 1 0.44
Hex DE 0 D 0 64 5E D 164 64 2C
Octal 336 0 15 0 144 136 15 544 144 54
Binary 11011110 0 1101 0 1100100 1011110 1101 101100100 1100100 101100

Color Harmonies of #DE000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE000D

Black with #DE000D

Text Example


Text Example

White with #DE000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE000D; }

 p { color: rgb(222,0,13); }

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

background-color css

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

 a { background-color: rgb(222,0,13); }

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

border-color css

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

 span { border-color: rgb(222,0,13); }

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