Html Css Color HEX #D4250C Harley Davidson Orange

📋 copy color: '#D4250C'

red 212 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #D4250C

Tints of Harley Davidson Orange #D4250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.6%

R = 81.23%
G = 14.18%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4250C (or 0xD4250C) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 0C. RGB value is (212,37,12). Sum of RGB (Red+Green+Blue) = 212+37+12=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D4250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4250C is #2BDAF3. Grayscale: #565656. Windows color (decimal): -2874100 or 796116. OLE color: 796116.

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

Color convert

RGB 212 37 12 -
CMYK 0 0.83 0.94 0.17
HSL 7.5º 0.89% 0.44% -
HSV(B) 7.5º 0.94% 0.83% -
XYZ 27.88 15.35 1.84 -
YUV 86.48 85.98 217.53 -
System Red Green Blue C M Y K H S L
Decimal 212 37 12 0 0.83 0.94 0.17 7.5 0.89 0.44
Hex D4 25 C 0 53 5E 11 8 59 2C
Octal 324 45 14 0 123 136 21 10 131 54
Binary 11010100 100101 1100 0 1010011 1011110 10001 1000 1011001 101100

Color Harmonies of #D4250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4250C

Black with #D4250C

Text Example


Text Example

White with #D4250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4250C; }

 p { color: rgb(212,37,12); }

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

background-color css

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

 a { background-color: rgb(212,37,12); }

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

border-color css

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

 span { border-color: rgb(212,37,12); }

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