Html Css Color HEX #DA0307 Venetian Red

📋 copy color: '#DA0307'

red 218 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #DA0307

Tints of Venetian Red #DA0307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 95.61%
G = 1.32%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA0307 (or 0xDA0307) is known color: Venetian Red. HEX triplet: DA, 03 and 07. RGB value is (218,3,7). Sum of RGB (Red+Green+Blue) = 218+3+7=228 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.61% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0307 is #25FCF8. Grayscale: #434343. Windows color (decimal): -2489593 or 459738. OLE color: 459738.

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

Color convert

RGB 218 3 7 -
CMYK 0 0.99 0.97 0.15
HSL 358.88º 0.97% 0.43% -
HSV(B) 358.88º 0.99% 0.85% -
XYZ 28.98 14.99 1.57 -
YUV 67.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 218 3 7 0 0.99 0.97 0.15 358.88 0.97 0.43
Hex DA 3 7 0 63 61 F 167 61 2B
Octal 332 3 7 0 143 141 17 547 141 53
Binary 11011010 11 111 0 1100011 1100001 1111 101100111 1100001 101011

Color Harmonies of #DA0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0307

Black with #DA0307

Text Example


Text Example

White with #DA0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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