Html Css Color HEX #DA091A Venetian Red

📋 copy color: '#DA091A'

red 218 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #DA091A

Tints of Venetian Red #DA091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 86.17%
G = 3.56%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA091A (or 0xDA091A) is known color: Venetian Red. HEX triplet: DA, 09 and 1A. RGB value is (218,9,26). Sum of RGB (Red+Green+Blue) = 218+9+26=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA091A is #25F6E5. Grayscale: #494949. Windows color (decimal): -2488038 or 1706458. OLE color: 1706458.

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

Color convert

RGB 218 9 26 -
CMYK 0 0.96 0.88 0.15
HSL 355.12º 0.92% 0.45% -
HSV(B) 355.12º 0.96% 0.85% -
XYZ 29.2 15.18 2.37 -
YUV 73.43 101.24 231.12 -
System Red Green Blue C M Y K H S L
Decimal 218 9 26 0 0.96 0.88 0.15 355.12 0.92 0.45
Hex DA 9 1A 0 60 58 F 163 5C 2D
Octal 332 11 32 0 140 130 17 543 134 55
Binary 11011010 1001 11010 0 1100000 1011000 1111 101100011 1011100 101101

Color Harmonies of #DA091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA091A

Black with #DA091A

Text Example


Text Example

White with #DA091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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