Html Css Color HEX #DA030A Venetian Red

📋 copy color: '#DA030A'

red 218 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #DA030A

Tints of Venetian Red #DA030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 94.37%
G = 1.3%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA030A (or 0xDA030A) is known color: Venetian Red. HEX triplet: DA, 03 and 0A. RGB value is (218,3,10). Sum of RGB (Red+Green+Blue) = 218+3+10=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030A is #25FCF5. Grayscale: #444444. Windows color (decimal): -2489590 or 656346. OLE color: 656346.

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

Color convert

RGB 218 3 10 -
CMYK 0 0.99 0.95 0.15
HSL 358.05º 0.97% 0.43% -
HSV(B) 358.05º 0.99% 0.85% -
XYZ 29 14.99 1.65 -
YUV 68.08 95.23 234.93 -
System Red Green Blue C M Y K H S L
Decimal 218 3 10 0 0.99 0.95 0.15 358.05 0.97 0.43
Hex DA 3 A 0 63 5F F 166 61 2B
Octal 332 3 12 0 143 137 17 546 141 53
Binary 11011010 11 1010 0 1100011 1011111 1111 101100110 1100001 101011

Color Harmonies of #DA030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA030A

Black with #DA030A

Text Example


Text Example

White with #DA030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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