Html Css Color HEX #D4240F Harley Davidson Orange

📋 copy color: '#D4240F'

red 212 ◦ green 36 ◦ blue 15

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

Shades of Harley Davidson Orange #D4240F

Tints of Harley Davidson Orange #D4240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 80.61%
G = 13.69%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4240F (or 0xD4240F) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 0F. RGB value is (212,36,15). Sum of RGB (Red+Green+Blue) = 212+36+15=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4240F is #2BDBF0. Grayscale: #565656. Windows color (decimal): -2874353 or 992468. OLE color: 992468.

HSL color Cylindrical-coordinate representation of color #D4240F: hue angle of 6.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4240F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 15 -
CMYK 0 0.83 0.93 0.17
HSL 6.4º 0.87% 0.45% -
HSV(B) 6.4º 0.93% 0.83% -
XYZ 27.87 15.29 1.94 -
YUV 86.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 212 36 15 0 0.83 0.93 0.17 6.4 0.87 0.45
Hex D4 24 F 0 53 5D 11 6 57 2D
Octal 324 44 17 0 123 135 21 6 127 55
Binary 11010100 100100 1111 0 1010011 1011101 10001 110 1010111 101101

Color Harmonies of #D4240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4240F

Black with #D4240F

Text Example


Text Example

White with #D4240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4240F; }

 p { color: rgb(212,36,15); }

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

background-color css

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

 a { background-color: rgb(212,36,15); }

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

border-color css

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

 span { border-color: rgb(212,36,15); }

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