Html Css Color HEX #D4280B Harley Davidson Orange

📋 copy color: '#D4280B'

red 212 ◦ green 40 ◦ blue 11

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

Shades of Harley Davidson Orange #D4280B

Tints of Harley Davidson Orange #D4280B

RGB

 RED value IS 212 (83.2% from 255) = 80.61%

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 80.61%
G = 15.21%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4280B (or 0xD4280B) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 0B. RGB value is (212,40,11). Sum of RGB (Red+Green+Blue) = 212+40+11=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4280B is #2BD7F4. Grayscale: #585858. Windows color (decimal): -2873333 or 731348. OLE color: 731348.

HSL color Cylindrical-coordinate representation of color #D4280B: hue angle of 8.66º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4280B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 11 -
CMYK 0 0.81 0.95 0.17
HSL 8.66º 0.9% 0.44% -
HSV(B) 8.66º 0.95% 0.83% -
XYZ 27.97 15.54 1.84 -
YUV 88.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 212 40 11 0 0.81 0.95 0.17 8.66 0.9 0.44
Hex D4 28 B 0 51 5F 11 9 5A 2C
Octal 324 50 13 0 121 137 21 11 132 54
Binary 11010100 101000 1011 0 1010001 1011111 10001 1001 1011010 101100

Color Harmonies of #D4280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4280B

Black with #D4280B

Text Example


Text Example

White with #D4280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4280B; }

 p { color: rgb(212,40,11); }

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

background-color css

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

 a { background-color: rgb(212,40,11); }

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

border-color css

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

 span { border-color: rgb(212,40,11); }

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