Html Css Color HEX #D43319 Harley Davidson Orange

📋 copy color: '#D43319'

red 212 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #D43319

Tints of Harley Davidson Orange #D43319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 25 (10.16% from 255) = 8.68%

R = 73.61%
G = 17.71%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D43319 (or 0xD43319) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 19. RGB value is (212,51,25). Sum of RGB (Red+Green+Blue) = 212+51+25=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D43319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43319 is #2BCCE6. Grayscale: #606060. Windows color (decimal): -2870503 or 1651668. OLE color: 1651668.

HSL color Cylindrical-coordinate representation of color #D43319: hue angle of 8.34º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D43319 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 51 25 -
CMYK 0 0.76 0.88 0.17
HSL 8.34º 0.79% 0.46% -
HSV(B) 8.34º 0.88% 0.83% -
XYZ 28.51 16.43 2.59 -
YUV 96.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 212 51 25 0 0.76 0.88 0.17 8.34 0.79 0.46
Hex D4 33 19 0 4C 58 11 8 4F 2E
Octal 324 63 31 0 114 130 21 10 117 56
Binary 11010100 110011 11001 0 1001100 1011000 10001 1000 1001111 101110

Color Harmonies of #D43319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43319

Black with #D43319

Text Example


Text Example

White with #D43319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43319; }

 p { color: rgb(212,51,25); }

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

background-color css

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

 a { background-color: rgb(212,51,25); }

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

border-color css

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

 span { border-color: rgb(212,51,25); }

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