Html Css Color HEX #DA0024 Venetian Red

📋 copy color: '#DA0024'

red 218 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #DA0024

Tints of Venetian Red #DA0024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 85.83%
G = 0%
B = 14.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0024 (or 0xDA0024) is known color: Venetian Red. HEX triplet: DA, 00 and 24. RGB value is (218,0,36). Sum of RGB (Red+Green+Blue) = 218+0+36=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0024 is #25FFDB. Grayscale: #454545. Windows color (decimal): -2490332 or 2359514. OLE color: 2359514.

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

Color convert

RGB 218 0 36 -
CMYK 0 1 0.83 0.15
HSL 350.09º 1% 0.43% -
HSV(B) 350.09º 1% 0.85% -
XYZ 29.23 15.03 3.03 -
YUV 69.29 109.22 234.07 -
System Red Green Blue C M Y K H S L
Decimal 218 0 36 0 1 0.83 0.15 350.09 1 0.43
Hex DA 0 24 0 64 53 F 15E 64 2B
Octal 332 0 44 0 144 123 17 536 144 53
Binary 11011010 0 100100 0 1100100 1010011 1111 101011110 1100100 101011

Color Harmonies of #DA0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0024

Black with #DA0024

Text Example


Text Example

White with #DA0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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