Html Css Color HEX #D4420C Harley Davidson Orange

📋 copy color: '#D4420C'

red 212 ◦ green 66 ◦ blue 12

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

Shades of Harley Davidson Orange #D4420C

Tints of Harley Davidson Orange #D4420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 73.1%
G = 22.76%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4420C (or 0xD4420C) is known color: Harley Davidson Orange. HEX triplet: D4, 42 and 0C. RGB value is (212,66,12). Sum of RGB (Red+Green+Blue) = 212+66+12=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4420C is #2BBDF3. Grayscale: #676767. Windows color (decimal): -2866676 or 803540. OLE color: 803540.

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

Color convert

RGB 212 66 12 -
CMYK 0 0.69 0.94 0.17
HSL 16.2º 0.89% 0.44% -
HSV(B) 16.2º 0.94% 0.83% -
XYZ 29.17 17.92 2.27 -
YUV 103.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 212 66 12 0 0.69 0.94 0.17 16.2 0.89 0.44
Hex D4 42 C 0 45 5E 11 10 59 2C
Octal 324 102 14 0 105 136 21 20 131 54
Binary 11010100 1000010 1100 0 1000101 1011110 10001 10000 1011001 101100

Color Harmonies of #D4420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4420C

Black with #D4420C

Text Example


Text Example

White with #D4420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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