Html Css Color HEX #D4360B Harley Davidson Orange

📋 copy color: '#D4360B'

red 212 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #D4360B

Tints of Harley Davidson Orange #D4360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

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

R = 76.53%
G = 19.49%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4360B (or 0xD4360B) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 0B. RGB value is (212,54,11). Sum of RGB (Red+Green+Blue) = 212+54+11=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4360B is #2BC9F4. Grayscale: #606060. Windows color (decimal): -2869749 or 734932. OLE color: 734932.

HSL color Cylindrical-coordinate representation of color #D4360B: hue angle of 12.84º 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 #D4360B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 11 -
CMYK 0 0.75 0.95 0.17
HSL 12.84º 0.9% 0.44% -
HSV(B) 12.84º 0.95% 0.83% -
XYZ 28.53 16.66 2.03 -
YUV 96.34 79.85 210.5 -
System Red Green Blue C M Y K H S L
Decimal 212 54 11 0 0.75 0.95 0.17 12.84 0.9 0.44
Hex D4 36 B 0 4B 5F 11 D 5A 2C
Octal 324 66 13 0 113 137 21 15 132 54
Binary 11010100 110110 1011 0 1001011 1011111 10001 1101 1011010 101100

Color Harmonies of #D4360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4360B

Black with #D4360B

Text Example


Text Example

White with #D4360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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