Html Css Color HEX #DC250D Harley Davidson Orange

📋 copy color: '#DC250D'

red 220 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #DC250D

Tints of Harley Davidson Orange #DC250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 81.48%
G = 13.7%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC250D (or 0xDC250D) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 0D. RGB value is (220,37,13). Sum of RGB (Red+Green+Blue) = 220+37+13=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC250D is #23DAF2. Grayscale: #595959. Windows color (decimal): -2349811 or 861660. OLE color: 861660.

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

Color convert

RGB 220 37 13 -
CMYK 0 0.83 0.94 0.14
HSL 6.96º 0.89% 0.46% -
HSV(B) 6.96º 0.94% 0.86% -
XYZ 30.25 16.57 1.98 -
YUV 88.98 85.13 221.45 -
System Red Green Blue C M Y K H S L
Decimal 220 37 13 0 0.83 0.94 0.14 6.96 0.89 0.46
Hex DC 25 D 0 53 5E E 7 59 2E
Octal 334 45 15 0 123 136 16 7 131 56
Binary 11011100 100101 1101 0 1010011 1011110 1110 111 1011001 101110

Color Harmonies of #DC250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC250D

Black with #DC250D

Text Example


Text Example

White with #DC250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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