Html Css Color HEX #D53D12 Harley Davidson Orange

📋 copy color: '#D53D12'

red 213 ◦ green 61 ◦ blue 18

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

Shades of Harley Davidson Orange #D53D12

Tints of Harley Davidson Orange #D53D12

RGB

 RED value IS 213 (83.59% from 255) = 72.95%

 GREEN value IS 61 (24.22% from 255) = 20.89%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 72.95%
G = 20.89%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53D12 (or 0xD53D12) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 12. RGB value is (213,61,18). Sum of RGB (Red+Green+Blue) = 213+61+18=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53D12 is #2AC2ED. Grayscale: #656565. Windows color (decimal): -2802414 or 1195477. OLE color: 1195477.

HSL color Cylindrical-coordinate representation of color #D53D12: hue angle of 13.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D53D12 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 18 -
CMYK 0 0.71 0.92 0.16
HSL 13.23º 0.84% 0.45% -
HSV(B) 13.23º 0.92% 0.84% -
XYZ 29.22 17.53 2.42 -
YUV 101.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 213 61 18 0 0.71 0.92 0.16 13.23 0.84 0.45
Hex D5 3D 12 0 47 5C 10 D 54 2D
Octal 325 75 22 0 107 134 20 15 124 55
Binary 11010101 111101 10010 0 1000111 1011100 10000 1101 1010100 101101

Color Harmonies of #D53D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D12

Black with #D53D12

Text Example


Text Example

White with #D53D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D12; }

 p { color: rgb(213,61,18); }

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

background-color css

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

 a { background-color: rgb(213,61,18); }

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

border-color css

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

 span { border-color: rgb(213,61,18); }

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