Html Css Color HEX #DA250F Harley Davidson Orange

📋 copy color: '#DA250F'

red 218 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #DA250F

Tints of Harley Davidson Orange #DA250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 80.74%
G = 13.7%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA250F (or 0xDA250F) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 0F. RGB value is (218,37,15). Sum of RGB (Red+Green+Blue) = 218+37+15=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA250F is #25DAF0. Grayscale: #585858. Windows color (decimal): -2480881 or 992730. OLE color: 992730.

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

Color convert

RGB 218 37 15 -
CMYK 0 0.83 0.93 0.15
HSL 6.5º 0.87% 0.46% -
HSV(B) 6.5º 0.93% 0.85% -
XYZ 29.66 16.26 2.03 -
YUV 88.61 86.47 220.29 -
System Red Green Blue C M Y K H S L
Decimal 218 37 15 0 0.83 0.93 0.15 6.5 0.87 0.46
Hex DA 25 F 0 53 5D F 7 57 2E
Octal 332 45 17 0 123 135 17 7 127 56
Binary 11011010 100101 1111 0 1010011 1011101 1111 111 1010111 101110

Color Harmonies of #DA250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA250F

Black with #DA250F

Text Example


Text Example

White with #DA250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA250F; }

 p { color: rgb(218,37,15); }

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

background-color css

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

 a { background-color: rgb(218,37,15); }

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

border-color css

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

 span { border-color: rgb(218,37,15); }

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