Html Css Color HEX #DE030C Venetian Red

📋 copy color: '#DE030C'

red 222 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #DE030C

Tints of Venetian Red #DE030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 93.67%
G = 1.27%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE030C (or 0xDE030C) is known color: Venetian Red. HEX triplet: DE, 03 and 0C. RGB value is (222,3,12). Sum of RGB (Red+Green+Blue) = 222+3+12=237 (31% of max value = 765). Red value is 222 (87.11% from 255 or 93.67% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 222 - color contains mainly: red. Hex color #DE030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE030C is #21FCF3. Grayscale: #454545. Windows color (decimal): -2227444 or 787422. OLE color: 787422.

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

Color convert

RGB 222 3 12 -
CMYK 0 0.99 0.95 0.13
HSL 357.53º 0.97% 0.44% -
HSV(B) 357.53º 0.99% 0.87% -
XYZ 30.22 15.62 1.77 -
YUV 69.51 95.55 236.77 -
System Red Green Blue C M Y K H S L
Decimal 222 3 12 0 0.99 0.95 0.13 357.53 0.97 0.44
Hex DE 3 C 0 63 5F D 166 61 2C
Octal 336 3 14 0 143 137 15 546 141 54
Binary 11011110 11 1100 0 1100011 1011111 1101 101100110 1100001 101100

Color Harmonies of #DE030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE030C

Black with #DE030C

Text Example


Text Example

White with #DE030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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