Html Css Color HEX #DA030E Venetian Red

📋 copy color: '#DA030E'

red 218 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #DA030E

Tints of Venetian Red #DA030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 92.77%
G = 1.28%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA030E (or 0xDA030E) is known color: Venetian Red. HEX triplet: DA, 03 and 0E. RGB value is (218,3,14). Sum of RGB (Red+Green+Blue) = 218+3+14=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030E is #25FCF1. Grayscale: #444444. Windows color (decimal): -2489586 or 918490. OLE color: 918490.

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

Color convert

RGB 218 3 14 -
CMYK 0 0.99 0.94 0.15
HSL 356.93º 0.97% 0.43% -
HSV(B) 356.93º 0.99% 0.85% -
XYZ 29.03 15 1.78 -
YUV 68.54 97.23 234.61 -
System Red Green Blue C M Y K H S L
Decimal 218 3 14 0 0.99 0.94 0.15 356.93 0.97 0.43
Hex DA 3 E 0 63 5E F 165 61 2B
Octal 332 3 16 0 143 136 17 545 141 53
Binary 11011010 11 1110 0 1100011 1011110 1111 101100101 1100001 101011

Color Harmonies of #DA030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA030E

Black with #DA030E

Text Example


Text Example

White with #DA030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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