Html Css Color HEX #DA0315 Venetian Red

📋 copy color: '#DA0315'

red 218 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #DA0315

Tints of Venetian Red #DA0315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 90.08%
G = 1.24%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA0315 (or 0xDA0315) is known color: Venetian Red. HEX triplet: DA, 03 and 15. RGB value is (218,3,21). Sum of RGB (Red+Green+Blue) = 218+3+21=242 (32% of max value = 765). Red value is 218 (85.55% from 255 or 90.08% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0315 is #25FCEA. Grayscale: #454545. Windows color (decimal): -2489579 or 1377242. OLE color: 1377242.

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

Color convert

RGB 218 3 21 -
CMYK 0 0.99 0.90 0.15
HSL 354.98º 0.97% 0.43% -
HSV(B) 354.98º 0.99% 0.85% -
XYZ 29.08 15.02 2.08 -
YUV 69.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 218 3 21 0 0.99 0.90 0.15 354.98 0.97 0.43
Hex DA 3 15 0 63 5A F 163 61 2B
Octal 332 3 25 0 143 132 17 543 141 53
Binary 11011010 11 10101 0 1100011 1011010 1111 101100011 1100001 101011

Color Harmonies of #DA0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0315

Black with #DA0315

Text Example


Text Example

White with #DA0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0315; }

 p { color: rgb(218,3,21); }

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

background-color css

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

 a { background-color: rgb(218,3,21); }

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

border-color css

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

 span { border-color: rgb(218,3,21); }

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