Html Css Color HEX #DE050C Venetian Red

📋 copy color: '#DE050C'

red 222 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #DE050C

Tints of Venetian Red #DE050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 92.89%
G = 2.09%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE050C (or 0xDE050C) is known color: Venetian Red. HEX triplet: DE, 05 and 0C. RGB value is (222,5,12). Sum of RGB (Red+Green+Blue) = 222+5+12=239 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.89% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 222 - color contains mainly: red. Hex color #DE050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE050C is #21FAF3. Grayscale: #464646. Windows color (decimal): -2226932 or 787934. OLE color: 787934.

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

Color convert

RGB 222 5 12 -
CMYK 0 0.98 0.95 0.13
HSL 358.06º 0.96% 0.45% -
HSV(B) 358.06º 0.98% 0.87% -
XYZ 30.24 15.66 1.78 -
YUV 70.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 222 5 12 0 0.98 0.95 0.13 358.06 0.96 0.45
Hex DE 5 C 0 62 5F D 166 60 2D
Octal 336 5 14 0 142 137 15 546 140 55
Binary 11011110 101 1100 0 1100010 1011111 1101 101100110 1100000 101101

Color Harmonies of #DE050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE050C

Black with #DE050C

Text Example


Text Example

White with #DE050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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