Html Css Color HEX #DA031D Venetian Red

📋 copy color: '#DA031D'

red 218 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #DA031D

Tints of Venetian Red #DA031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 87.2%
G = 1.2%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA031D (or 0xDA031D) is known color: Venetian Red. HEX triplet: DA, 03 and 1D. RGB value is (218,3,29). Sum of RGB (Red+Green+Blue) = 218+3+29=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA031D is #25FCE2. Grayscale: #464646. Windows color (decimal): -2489571 or 1901530. OLE color: 1901530.

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

Color convert

RGB 218 3 29 -
CMYK 0 0.99 0.87 0.15
HSL 352.74º 0.97% 0.43% -
HSV(B) 352.74º 0.99% 0.85% -
XYZ 29.17 15.06 2.53 -
YUV 70.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 218 3 29 0 0.99 0.87 0.15 352.74 0.97 0.43
Hex DA 3 1D 0 63 57 F 161 61 2B
Octal 332 3 35 0 143 127 17 541 141 53
Binary 11011010 11 11101 0 1100011 1010111 1111 101100001 1100001 101011

Color Harmonies of #DA031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA031D

Black with #DA031D

Text Example


Text Example

White with #DA031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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