Html Css Color HEX #D43318 Harley Davidson Orange

📋 copy color: '#D43318'

red 212 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #D43318

Tints of Harley Davidson Orange #D43318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.36%

R = 73.87%
G = 17.77%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D43318 (or 0xD43318) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 18. RGB value is (212,51,24). Sum of RGB (Red+Green+Blue) = 212+51+24=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D43318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43318 is #2BCCE7. Grayscale: #606060. Windows color (decimal): -2870504 or 1586132. OLE color: 1586132.

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

Color convert

RGB 212 51 24 -
CMYK 0 0.76 0.89 0.17
HSL 8.62º 0.8% 0.46% -
HSV(B) 8.62º 0.89% 0.83% -
XYZ 28.5 16.43 2.53 -
YUV 96.06 87.34 210.7 -
System Red Green Blue C M Y K H S L
Decimal 212 51 24 0 0.76 0.89 0.17 8.62 0.8 0.46
Hex D4 33 18 0 4C 59 11 9 50 2E
Octal 324 63 30 0 114 131 21 11 120 56
Binary 11010100 110011 11000 0 1001100 1011001 10001 1001 1010000 101110

Color Harmonies of #D43318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43318

Black with #D43318

Text Example


Text Example

White with #D43318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43318; }

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

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

background-color css

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

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

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

border-color css

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

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

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