Html Css Color HEX #DF030A Venetian Red

📋 copy color: '#DF030A'

red 223 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #DF030A

Tints of Venetian Red #DF030A

RGB

 RED value IS 223 (87.5% from 255) = 94.49%

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

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 94.49%
G = 1.27%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF030A (or 0xDF030A) is known color: Venetian Red. HEX triplet: DF, 03 and 0A. RGB value is (223,3,10). Sum of RGB (Red+Green+Blue) = 223+3+10=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF030A is #20FCF5. Grayscale: #454545. Windows color (decimal): -2161910 or 656351. OLE color: 656351.

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

Color convert

RGB 223 3 10 -
CMYK 0 0.99 0.96 0.13
HSL 358.09º 0.97% 0.44% -
HSV(B) 358.09º 0.99% 0.87% -
XYZ 30.52 15.78 1.72 -
YUV 69.58 94.39 237.43 -
System Red Green Blue C M Y K H S L
Decimal 223 3 10 0 0.99 0.96 0.13 358.09 0.97 0.44
Hex DF 3 A 0 63 60 D 166 61 2C
Octal 337 3 12 0 143 140 15 546 141 54
Binary 11011111 11 1010 0 1100011 1100000 1101 101100110 1100001 101100

Color Harmonies of #DF030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF030A

Black with #DF030A

Text Example


Text Example

White with #DF030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF030A; }

 p { color: rgb(223,3,10); }

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

background-color css

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

 a { background-color: rgb(223,3,10); }

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

border-color css

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

 span { border-color: rgb(223,3,10); }

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