Html Css Color HEX #DC250F Harley Davidson Orange

📋 copy color: '#DC250F'

red 220 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #DC250F

Tints of Harley Davidson Orange #DC250F

RGB

 RED value IS 220 (86.33% from 255) = 80.88%

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

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

R = 80.88%
G = 13.6%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC250F (or 0xDC250F) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 0F. RGB value is (220,37,15). Sum of RGB (Red+Green+Blue) = 220+37+15=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC250F is #23DAF0. Grayscale: #595959. Windows color (decimal): -2349809 or 992732. OLE color: 992732.

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

Color convert

RGB 220 37 15 -
CMYK 0 0.83 0.93 0.14
HSL 6.44º 0.87% 0.46% -
HSV(B) 6.44º 0.93% 0.86% -
XYZ 30.26 16.57 2.06 -
YUV 89.21 86.13 221.29 -
System Red Green Blue C M Y K H S L
Decimal 220 37 15 0 0.83 0.93 0.14 6.44 0.87 0.46
Hex DC 25 F 0 53 5D E 6 57 2E
Octal 334 45 17 0 123 135 16 6 127 56
Binary 11011100 100101 1111 0 1010011 1011101 1110 110 1010111 101110

Color Harmonies of #DC250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC250F

Black with #DC250F

Text Example


Text Example

White with #DC250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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