Html Css Color HEX #DA051C Venetian Red

📋 copy color: '#DA051C'

red 218 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #DA051C

Tints of Venetian Red #DA051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 86.85%
G = 1.99%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA051C (or 0xDA051C) is known color: Venetian Red. HEX triplet: DA, 05 and 1C. RGB value is (218,5,28). Sum of RGB (Red+Green+Blue) = 218+5+28=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA051C is #25FAE3. Grayscale: #474747. Windows color (decimal): -2489060 or 1836506. OLE color: 1836506.

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

Color convert

RGB 218 5 28 -
CMYK 0 0.98 0.87 0.15
HSL 353.52º 0.96% 0.44% -
HSV(B) 353.52º 0.98% 0.85% -
XYZ 29.18 15.1 2.47 -
YUV 71.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 218 5 28 0 0.98 0.87 0.15 353.52 0.96 0.44
Hex DA 5 1C 0 62 57 F 162 60 2C
Octal 332 5 34 0 142 127 17 542 140 54
Binary 11011010 101 11100 0 1100010 1010111 1111 101100010 1100000 101100

Color Harmonies of #DA051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA051C

Black with #DA051C

Text Example


Text Example

White with #DA051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA051C; }

 p { color: rgb(218,5,28); }

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

background-color css

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

 a { background-color: rgb(218,5,28); }

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

border-color css

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

 span { border-color: rgb(218,5,28); }

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