Html Css Color HEX #DA071A Venetian Red

📋 copy color: '#DA071A'

red 218 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #DA071A

Tints of Venetian Red #DA071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 86.85%
G = 2.79%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA071A (or 0xDA071A) is known color: Venetian Red. HEX triplet: DA, 07 and 1A. RGB value is (218,7,26). Sum of RGB (Red+Green+Blue) = 218+7+26=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA071A is #25F8E5. Grayscale: #484848. Windows color (decimal): -2488550 or 1705946. OLE color: 1705946.

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

Color convert

RGB 218 7 26 -
CMYK 0 0.97 0.88 0.15
HSL 354.6º 0.94% 0.44% -
HSV(B) 354.6º 0.97% 0.85% -
XYZ 29.18 15.13 2.36 -
YUV 72.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 218 7 26 0 0.97 0.88 0.15 354.6 0.94 0.44
Hex DA 7 1A 0 61 58 F 163 5E 2C
Octal 332 7 32 0 141 130 17 543 136 54
Binary 11011010 111 11010 0 1100001 1011000 1111 101100011 1011110 101100

Color Harmonies of #DA071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA071A

Black with #DA071A

Text Example


Text Example

White with #DA071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA071A; }

 p { color: rgb(218,7,26); }

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

background-color css

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

 a { background-color: rgb(218,7,26); }

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

border-color css

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

 span { border-color: rgb(218,7,26); }

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