Html Css Color HEX #DA1F1B Harley Davidson Orange

📋 copy color: '#DA1F1B'

red 218 ◦ green 31 ◦ blue 27

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

Shades of Harley Davidson Orange #DA1F1B

Tints of Harley Davidson Orange #DA1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 78.99%
G = 11.23%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA1F1B (or 0xDA1F1B) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 1B. RGB value is (218,31,27). Sum of RGB (Red+Green+Blue) = 218+31+27=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1F1B is #25E0E4. Grayscale: #565656. Windows color (decimal): -2482405 or 1777626. OLE color: 1777626.

HSL color Cylindrical-coordinate representation of color #DA1F1B: hue angle of 1.26º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1F1B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 31 27 -
CMYK 0 0.86 0.88 0.15
HSL 1.26º 0.78% 0.48% -
HSV(B) 1.26º 0.88% 0.85% -
XYZ 29.6 15.96 2.56 -
YUV 86.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 218 31 27 0 0.86 0.88 0.15 1.26 0.78 0.48
Hex DA 1F 1B 0 56 58 F 1 4E 30
Octal 332 37 33 0 126 130 17 1 116 60
Binary 11011010 11111 11011 0 1010110 1011000 1111 1 1001110 110000

Color Harmonies of #DA1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F1B

Black with #DA1F1B

Text Example


Text Example

White with #DA1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F1B; }

 p { color: rgb(218,31,27); }

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

background-color css

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

 a { background-color: rgb(218,31,27); }

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

border-color css

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

 span { border-color: rgb(218,31,27); }

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