Html Css Color HEX #D0251C Harley Davidson Orange

📋 copy color: '#D0251C'

red 208 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #D0251C

Tints of Harley Davidson Orange #D0251C

RGB

 RED value IS 208 (81.64% from 255) = 76.19%

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 76.19%
G = 13.55%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0251C (or 0xD0251C) is known color: Harley Davidson Orange. HEX triplet: D0, 25 and 1C. RGB value is (208,37,28). Sum of RGB (Red+Green+Blue) = 208+37+28=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0251C is #2FDAE3. Grayscale: #575757. Windows color (decimal): -3136228 or 1844688. OLE color: 1844688.

HSL color Cylindrical-coordinate representation of color #D0251C: hue angle of 3º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0251C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 37 28 -
CMYK 0 0.82 0.87 0.18
HSL 0.76% 0.46% -
HSV(B) 0.87% 0.82% -
XYZ 26.88 14.82 2.54 -
YUV 87.1 94.65 214.23 -
System Red Green Blue C M Y K H S L
Decimal 208 37 28 0 0.82 0.87 0.18 3 0.76 0.46
Hex D0 25 1C 0 52 57 12 3 4C 2E
Octal 320 45 34 0 122 127 22 3 114 56
Binary 11010000 100101 11100 0 1010010 1010111 10010 11 1001100 101110

Color Harmonies of #D0251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0251C

Black with #D0251C

Text Example


Text Example

White with #D0251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0251C; }

 p { color: rgb(208,37,28); }

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

background-color css

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

 a { background-color: rgb(208,37,28); }

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

border-color css

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

 span { border-color: rgb(208,37,28); }

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