Html Css Color HEX #DA070C Venetian Red

📋 copy color: '#DA070C'

red 218 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #DA070C

Tints of Venetian Red #DA070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 91.98%
G = 2.95%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA070C (or 0xDA070C) is known color: Venetian Red. HEX triplet: DA, 07 and 0C. RGB value is (218,7,12). Sum of RGB (Red+Green+Blue) = 218+7+12=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA070C is #25F8F3. Grayscale: #464646. Windows color (decimal): -2488564 or 788442. OLE color: 788442.

HSL color Cylindrical-coordinate representation of color #DA070C: hue angle of 358.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA070C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 12 -
CMYK 0 0.97 0.94 0.15
HSL 358.58º 0.94% 0.44% -
HSV(B) 358.58º 0.97% 0.85% -
XYZ 29.06 15.08 1.73 -
YUV 70.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 218 7 12 0 0.97 0.94 0.15 358.58 0.94 0.44
Hex DA 7 C 0 61 5E F 167 5E 2C
Octal 332 7 14 0 141 136 17 547 136 54
Binary 11011010 111 1100 0 1100001 1011110 1111 101100111 1011110 101100

Color Harmonies of #DA070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA070C

Black with #DA070C

Text Example


Text Example

White with #DA070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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