Html Css Color HEX #DE010C Venetian Red

📋 copy color: '#DE010C'

red 222 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #DE010C

Tints of Venetian Red #DE010C

RGB

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

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

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

R = 94.47%
G = 0.43%
B = 5.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE010C (or 0xDE010C) is known color: Venetian Red. HEX triplet: DE, 01 and 0C. RGB value is (222,1,12). Sum of RGB (Red+Green+Blue) = 222+1+12=235 (31% of max value = 765). Red value is 222 (87.11% from 255 or 94.47% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 222 - color contains mainly: red. Hex color #DE010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE010C is #21FEF3. Grayscale: #444444. Windows color (decimal): -2227956 or 786910. OLE color: 786910.

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

Color convert

RGB 222 1 12 -
CMYK 0 1.00 0.95 0.13
HSL 357.01º 0.99% 0.44% -
HSV(B) 357.01º 1% 0.87% -
XYZ 30.2 15.58 1.76 -
YUV 68.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 222 1 12 0 1.00 0.95 0.13 357.01 0.99 0.44
Hex DE 1 C 0 64 5F D 165 63 2C
Octal 336 1 14 0 144 137 15 545 143 54
Binary 11011110 1 1100 0 1100100 1011111 1101 101100101 1100011 101100

Color Harmonies of #DE010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE010C

Black with #DE010C

Text Example


Text Example

White with #DE010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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