Html Css Color HEX #DA001E Venetian Red

📋 copy color: '#DA001E'

red 218 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #DA001E

Tints of Venetian Red #DA001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 87.9%
G = 0%
B = 12.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA001E (or 0xDA001E) is known color: Venetian Red. HEX triplet: DA, 00 and 1E. RGB value is (218,0,30). Sum of RGB (Red+Green+Blue) = 218+0+30=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA001E is #25FFE1. Grayscale: #444444. Windows color (decimal): -2490338 or 1966298. OLE color: 1966298.

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

Color convert

RGB 218 0 30 -
CMYK 0 1 0.86 0.15
HSL 351.74º 1% 0.43% -
HSV(B) 351.74º 1% 0.85% -
XYZ 29.15 15 2.59 -
YUV 68.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 218 0 30 0 1 0.86 0.15 351.74 1 0.43
Hex DA 0 1E 0 64 56 F 160 64 2B
Octal 332 0 36 0 144 126 17 540 144 53
Binary 11011010 0 11110 0 1100100 1010110 1111 101100000 1100100 101011

Color Harmonies of #DA001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA001E

Black with #DA001E

Text Example


Text Example

White with #DA001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA001E; }

 p { color: rgb(218,0,30); }

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

background-color css

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

 a { background-color: rgb(218,0,30); }

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

border-color css

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

 span { border-color: rgb(218,0,30); }

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