Html Css Color HEX #DA0308 Venetian Red

📋 copy color: '#DA0308'

red 218 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #DA0308

Tints of Venetian Red #DA0308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 95.2%
G = 1.31%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0308 (or 0xDA0308) is known color: Venetian Red. HEX triplet: DA, 03 and 08. RGB value is (218,3,8). Sum of RGB (Red+Green+Blue) = 218+3+8=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0308 is #25FCF7. Grayscale: #444444. Windows color (decimal): -2489592 or 525274. OLE color: 525274.

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

Color convert

RGB 218 3 8 -
CMYK 0 0.99 0.96 0.15
HSL 358.6º 0.97% 0.43% -
HSV(B) 358.6º 0.99% 0.85% -
XYZ 28.99 14.99 1.59 -
YUV 67.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 218 3 8 0 0.99 0.96 0.15 358.6 0.97 0.43
Hex DA 3 8 0 63 60 F 167 61 2B
Octal 332 3 10 0 143 140 17 547 141 53
Binary 11011010 11 1000 0 1100011 1100000 1111 101100111 1100001 101011

Color Harmonies of #DA0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0308

Black with #DA0308

Text Example


Text Example

White with #DA0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0308; }

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

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

background-color css

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

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

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

border-color css

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

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

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