Html Css Color HEX #DF050C Venetian Red

📋 copy color: '#DF050C'

red 223 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #DF050C

Tints of Venetian Red #DF050C

RGB

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

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

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

R = 92.92%
G = 2.08%
B = 5%

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

#DF050C (or 0xDF050C) is known color: Venetian Red. HEX triplet: DF, 05 and 0C. RGB value is (223,5,12). Sum of RGB (Red+Green+Blue) = 223+5+12=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF050C is #20FAF3. Grayscale: #474747. Windows color (decimal): -2161396 or 787935. OLE color: 787935.

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

Color convert

RGB 223 5 12 -
CMYK 0 0.98 0.95 0.13
HSL 358.07º 0.96% 0.45% -
HSV(B) 358.07º 0.98% 0.87% -
XYZ 30.55 15.82 1.79 -
YUV 70.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 223 5 12 0 0.98 0.95 0.13 358.07 0.96 0.45
Hex DF 5 C 0 62 5F D 166 60 2D
Octal 337 5 14 0 142 137 15 546 140 55
Binary 11011111 101 1100 0 1100010 1011111 1101 101100110 1100000 101101

Color Harmonies of #DF050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF050C

Black with #DF050C

Text Example


Text Example

White with #DF050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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