Html Css Color HEX #D4430D Harley Davidson Orange

📋 copy color: '#D4430D'

red 212 ◦ green 67 ◦ blue 13

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

Shades of Harley Davidson Orange #D4430D

Tints of Harley Davidson Orange #D4430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 72.6%
G = 22.95%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4430D (or 0xD4430D) is known color: Harley Davidson Orange. HEX triplet: D4, 43 and 0D. RGB value is (212,67,13). Sum of RGB (Red+Green+Blue) = 212+67+13=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4430D is #2BBCF2. Grayscale: #686868. Windows color (decimal): -2866419 or 869332. OLE color: 869332.

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

Color convert

RGB 212 67 13 -
CMYK 0 0.68 0.94 0.17
HSL 16.28º 0.88% 0.44% -
HSV(B) 16.28º 0.94% 0.83% -
XYZ 29.23 18.04 2.32 -
YUV 104.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 212 67 13 0 0.68 0.94 0.17 16.28 0.88 0.44
Hex D4 43 D 0 44 5E 11 10 58 2C
Octal 324 103 15 0 104 136 21 20 130 54
Binary 11010100 1000011 1101 0 1000100 1011110 10001 10000 1011000 101100

Color Harmonies of #D4430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4430D

Black with #D4430D

Text Example


Text Example

White with #D4430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4430D; }

 p { color: rgb(212,67,13); }

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

background-color css

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

 a { background-color: rgb(212,67,13); }

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

border-color css

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

 span { border-color: rgb(212,67,13); }

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