Html Css Color HEX #D4451C Harley Davidson Orange

📋 copy color: '#D4451C'

red 212 ◦ green 69 ◦ blue 28

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

Shades of Harley Davidson Orange #D4451C

Tints of Harley Davidson Orange #D4451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 68.61%
G = 22.33%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4451C (or 0xD4451C) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 1C. RGB value is (212,69,28). Sum of RGB (Red+Green+Blue) = 212+69+28=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4451C is #2BBAE3. Grayscale: #6B6B6B. Windows color (decimal): -2865892 or 1852884. OLE color: 1852884.

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

Color convert

RGB 212 69 28 -
CMYK 0 0.67 0.87 0.17
HSL 13.37º 0.77% 0.47% -
HSV(B) 13.37º 0.87% 0.83% -
XYZ 29.49 18.34 3.08 -
YUV 107.08 83.38 202.83 -
System Red Green Blue C M Y K H S L
Decimal 212 69 28 0 0.67 0.87 0.17 13.37 0.77 0.47
Hex D4 45 1C 0 43 57 11 D 4D 2F
Octal 324 105 34 0 103 127 21 15 115 57
Binary 11010100 1000101 11100 0 1000011 1010111 10001 1101 1001101 101111

Color Harmonies of #D4451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4451C

Black with #D4451C

Text Example


Text Example

White with #D4451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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