Html Css Color HEX #D4450C Harley Davidson Orange

📋 copy color: '#D4450C'

red 212 ◦ green 69 ◦ blue 12

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

Shades of Harley Davidson Orange #D4450C

Tints of Harley Davidson Orange #D4450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 72.35%
G = 23.55%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4450C (or 0xD4450C) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 0C. RGB value is (212,69,12). Sum of RGB (Red+Green+Blue) = 212+69+12=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4450C is #2BBAF3. Grayscale: #696969. Windows color (decimal): -2865908 or 804308. OLE color: 804308.

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

Color convert

RGB 212 69 12 -
CMYK 0 0.67 0.94 0.17
HSL 17.1º 0.89% 0.44% -
HSV(B) 17.1º 0.94% 0.83% -
XYZ 29.35 18.28 2.33 -
YUV 105.26 75.38 204.13 -
System Red Green Blue C M Y K H S L
Decimal 212 69 12 0 0.67 0.94 0.17 17.1 0.89 0.44
Hex D4 45 C 0 43 5E 11 11 59 2C
Octal 324 105 14 0 103 136 21 21 131 54
Binary 11010100 1000101 1100 0 1000011 1011110 10001 10001 1011001 101100

Color Harmonies of #D4450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4450C

Black with #D4450C

Text Example


Text Example

White with #D4450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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