Html Css Color HEX #DA031F Venetian Red

📋 copy color: '#DA031F'

red 218 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #DA031F

Tints of Venetian Red #DA031F

RGB

 RED value IS 218 (85.55% from 255) = 86.51%

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 86.51%
G = 1.19%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA031F (or 0xDA031F) is known color: Venetian Red. HEX triplet: DA, 03 and 1F. RGB value is (218,3,31). Sum of RGB (Red+Green+Blue) = 218+3+31=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA031F is #25FCE0. Grayscale: #464646. Windows color (decimal): -2489569 or 2032602. OLE color: 2032602.

HSL color Cylindrical-coordinate representation of color #DA031F: hue angle of 352.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 31 -
CMYK 0 0.99 0.86 0.15
HSL 352.19º 0.97% 0.43% -
HSV(B) 352.19º 0.99% 0.85% -
XYZ 29.19 15.07 2.67 -
YUV 70.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 218 3 31 0 0.99 0.86 0.15 352.19 0.97 0.43
Hex DA 3 1F 0 63 56 F 160 61 2B
Octal 332 3 37 0 143 126 17 540 141 53
Binary 11011010 11 11111 0 1100011 1010110 1111 101100000 1100001 101011

Color Harmonies of #DA031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA031F

Black with #DA031F

Text Example


Text Example

White with #DA031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA031F; }

 p { color: rgb(218,3,31); }

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

background-color css

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

 a { background-color: rgb(218,3,31); }

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

border-color css

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

 span { border-color: rgb(218,3,31); }

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