Html Css Color HEX #D4241D Harley Davidson Orange

📋 copy color: '#D4241D'

red 212 ◦ green 36 ◦ blue 29

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

Shades of Harley Davidson Orange #D4241D

Tints of Harley Davidson Orange #D4241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 76.53%
G = 13%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4241D (or 0xD4241D) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 1D. RGB value is (212,36,29). Sum of RGB (Red+Green+Blue) = 212+36+29=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4241D is #2BDBE2. Grayscale: #585858. Windows color (decimal): -2874339 or 1909972. OLE color: 1909972.

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

Color convert

RGB 212 36 29 -
CMYK 0 0.83 0.86 0.17
HSL 2.3º 0.76% 0.47% -
HSV(B) 2.3º 0.86% 0.83% -
XYZ 28 15.35 2.65 -
YUV 87.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 212 36 29 0 0.83 0.86 0.17 2.3 0.76 0.47
Hex D4 24 1D 0 53 56 11 2 4C 2F
Octal 324 44 35 0 123 126 21 2 114 57
Binary 11010100 100100 11101 0 1010011 1010110 10001 10 1001100 101111

Color Harmonies of #D4241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4241D

Black with #D4241D

Text Example


Text Example

White with #D4241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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