Html Css Color HEX #DA030F Venetian Red

📋 copy color: '#DA030F'

red 218 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #DA030F

Tints of Venetian Red #DA030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 92.37%
G = 1.27%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA030F (or 0xDA030F) is known color: Venetian Red. HEX triplet: DA, 03 and 0F. RGB value is (218,3,15). Sum of RGB (Red+Green+Blue) = 218+3+15=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030F is #25FCF0. Grayscale: #444444. Windows color (decimal): -2489585 or 984026. OLE color: 984026.

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

Color convert

RGB 218 3 15 -
CMYK 0 0.99 0.93 0.15
HSL 356.65º 0.97% 0.43% -
HSV(B) 356.65º 0.99% 0.85% -
XYZ 29.03 15.01 1.82 -
YUV 68.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 218 3 15 0 0.99 0.93 0.15 356.65 0.97 0.43
Hex DA 3 F 0 63 5D F 165 61 2B
Octal 332 3 17 0 143 135 17 545 141 53
Binary 11011010 11 1111 0 1100011 1011101 1111 101100101 1100001 101011

Color Harmonies of #DA030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA030F

Black with #DA030F

Text Example


Text Example

White with #DA030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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