Html Css Color HEX #DA030B Venetian Red

📋 copy color: '#DA030B'

red 218 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #DA030B

Tints of Venetian Red #DA030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 93.97%
G = 1.29%
B = 4.74%

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

#DA030B (or 0xDA030B) is known color: Venetian Red. HEX triplet: DA, 03 and 0B. RGB value is (218,3,11). Sum of RGB (Red+Green+Blue) = 218+3+11=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030B is #25FCF4. Grayscale: #444444. Windows color (decimal): -2489589 or 721882. OLE color: 721882.

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

Color convert

RGB 218 3 11 -
CMYK 0 0.99 0.95 0.15
HSL 357.77º 0.97% 0.43% -
HSV(B) 357.77º 0.99% 0.85% -
XYZ 29.01 14.99 1.68 -
YUV 68.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 218 3 11 0 0.99 0.95 0.15 357.77 0.97 0.43
Hex DA 3 B 0 63 5F F 166 61 2B
Octal 332 3 13 0 143 137 17 546 141 53
Binary 11011010 11 1011 0 1100011 1011111 1111 101100110 1100001 101011

Color Harmonies of #DA030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA030B

Black with #DA030B

Text Example


Text Example

White with #DA030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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