Html Css Color HEX #DA1612 Harley Davidson Orange

📋 copy color: '#DA1612'

red 218 ◦ green 22 ◦ blue 18

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

Shades of Harley Davidson Orange #DA1612

Tints of Harley Davidson Orange #DA1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 84.5%
G = 8.53%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1612 (or 0xDA1612) is known color: Harley Davidson Orange. HEX triplet: DA, 16 and 12. RGB value is (218,22,18). Sum of RGB (Red+Green+Blue) = 218+22+18=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1612 is #25E9ED. Grayscale: #505050. Windows color (decimal): -2484718 or 1185498. OLE color: 1185498.

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

Color convert

RGB 218 22 18 -
CMYK 0 0.90 0.92 0.15
HSL 1.2º 0.85% 0.46% -
HSV(B) 1.2º 0.92% 0.85% -
XYZ 29.31 15.52 2.02 -
YUV 80.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 218 22 18 0 0.90 0.92 0.15 1.2 0.85 0.46
Hex DA 16 12 0 5A 5C F 1 55 2E
Octal 332 26 22 0 132 134 17 1 125 56
Binary 11011010 10110 10010 0 1011010 1011100 1111 1 1010101 101110

Color Harmonies of #DA1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1612

Black with #DA1612

Text Example


Text Example

White with #DA1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1612; }

 p { color: rgb(218,22,18); }

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

background-color css

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

 a { background-color: rgb(218,22,18); }

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

border-color css

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

 span { border-color: rgb(218,22,18); }

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