Html Css Color HEX #D52D12 Harley Davidson Orange

📋 copy color: '#D52D12'

red 213 ◦ green 45 ◦ blue 18

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

Shades of Harley Davidson Orange #D52D12

Tints of Harley Davidson Orange #D52D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

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

R = 77.17%
G = 16.3%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52D12 (or 0xD52D12) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 12. RGB value is (213,45,18). Sum of RGB (Red+Green+Blue) = 213+45+18=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52D12 is #2AD2ED. Grayscale: #5C5C5C. Windows color (decimal): -2806510 or 1191381. OLE color: 1191381.

HSL color Cylindrical-coordinate representation of color #D52D12: hue angle of 8.31º 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 #D52D12 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 45 18 -
CMYK 0 0.79 0.92 0.16
HSL 8.31º 0.84% 0.45% -
HSV(B) 8.31º 0.92% 0.84% -
XYZ 28.49 16.07 2.17 -
YUV 92.15 86.16 214.2 -
System Red Green Blue C M Y K H S L
Decimal 213 45 18 0 0.79 0.92 0.16 8.31 0.84 0.45
Hex D5 2D 12 0 4F 5C 10 8 54 2D
Octal 325 55 22 0 117 134 20 10 124 55
Binary 11010101 101101 10010 0 1001111 1011100 10000 1000 1010100 101101

Color Harmonies of #D52D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D12

Black with #D52D12

Text Example


Text Example

White with #D52D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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