Html Css Color HEX #D43308 Harley Davidson Orange

📋 copy color: '#D43308'

red 212 ◦ green 51 ◦ blue 8

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

Shades of Harley Davidson Orange #D43308

Tints of Harley Davidson Orange #D43308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.95%

R = 78.23%
G = 18.82%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D43308 (or 0xD43308) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 08. RGB value is (212,51,8). Sum of RGB (Red+Green+Blue) = 212+51+8=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D43308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43308 is #2BCCF7. Grayscale: #5E5E5E. Windows color (decimal): -2870520 or 537556. OLE color: 537556.

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

Color convert

RGB 212 51 8 -
CMYK 0 0.76 0.96 0.17
HSL 12.65º 0.93% 0.43% -
HSV(B) 12.65º 0.96% 0.83% -
XYZ 28.38 16.38 1.9 -
YUV 94.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 212 51 8 0 0.76 0.96 0.17 12.65 0.93 0.43
Hex D4 33 8 0 4C 60 11 D 5D 2B
Octal 324 63 10 0 114 140 21 15 135 53
Binary 11010100 110011 1000 0 1001100 1100000 10001 1101 1011101 101011

Color Harmonies of #D43308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43308

Black with #D43308

Text Example


Text Example

White with #D43308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43308; }

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

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

background-color css

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

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

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

border-color css

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

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

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