Html Css Color HEX #DE0102 Venetian Red

📋 copy color: '#DE0102'

red 222 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #DE0102

Tints of Venetian Red #DE0102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 98.67%
G = 0.44%
B = 0.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE0102 (or 0xDE0102) is known color: Venetian Red. HEX triplet: DE, 01 and 02. RGB value is (222,1,2). Sum of RGB (Red+Green+Blue) = 222+1+2=225 (29% of max value = 765). Red value is 222 (87.11% from 255 or 98.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0102 is #21FEFD. Grayscale: #434343. Windows color (decimal): -2227966 or 131550. OLE color: 131550.

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

Color convert

RGB 222 1 2 -
CMYK 0 1.00 0.99 0.13
HSL 359.73º 0.99% 0.44% -
HSV(B) 359.73º 1% 0.87% -
XYZ 30.15 15.56 1.47 -
YUV 67.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 222 1 2 0 1.00 0.99 0.13 359.73 0.99 0.44
Hex DE 1 2 0 64 63 D 168 63 2C
Octal 336 1 2 0 144 143 15 550 143 54
Binary 11011110 1 10 0 1100100 1100011 1101 101101000 1100011 101100

Color Harmonies of #DE0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0102

Black with #DE0102

Text Example


Text Example

White with #DE0102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0102; }

 p { color: rgb(222,1,2); }

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

background-color css

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

 a { background-color: rgb(222,1,2); }

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

border-color css

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

 span { border-color: rgb(222,1,2); }

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