Html Css Color HEX #D8251A Harley Davidson Orange

📋 copy color: '#D8251A'

red 216 ◦ green 37 ◦ blue 26

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

Shades of Harley Davidson Orange #D8251A

Tints of Harley Davidson Orange #D8251A

RGB

 RED value IS 216 (84.77% from 255) = 77.42%

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 77.42%
G = 13.26%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8251A (or 0xD8251A) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 1A. RGB value is (216,37,26). Sum of RGB (Red+Green+Blue) = 216+37+26=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8251A is #27DAE5. Grayscale: #595959. Windows color (decimal): -2611942 or 1713624. OLE color: 1713624.

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

Color convert

RGB 216 37 26 -
CMYK 0 0.83 0.88 0.15
HSL 3.47º 0.79% 0.47% -
HSV(B) 3.47º 0.88% 0.85% -
XYZ 29.17 16 2.53 -
YUV 89.27 92.3 218.39 -
System Red Green Blue C M Y K H S L
Decimal 216 37 26 0 0.83 0.88 0.15 3.47 0.79 0.47
Hex D8 25 1A 0 53 58 F 3 4F 2F
Octal 330 45 32 0 123 130 17 3 117 57
Binary 11011000 100101 11010 0 1010011 1011000 1111 11 1001111 101111

Color Harmonies of #D8251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8251A

Black with #D8251A

Text Example


Text Example

White with #D8251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8251A; }

 p { color: rgb(216,37,26); }

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

background-color css

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

 a { background-color: rgb(216,37,26); }

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

border-color css

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

 span { border-color: rgb(216,37,26); }

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