Html Css Color HEX #D5270C Harley Davidson Orange

📋 copy color: '#D5270C'

red 213 ◦ green 39 ◦ blue 12

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

Shades of Harley Davidson Orange #D5270C

Tints of Harley Davidson Orange #D5270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 80.68%
G = 14.77%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5270C (or 0xD5270C) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 0C. RGB value is (213,39,12). Sum of RGB (Red+Green+Blue) = 213+39+12=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5270C is #2AD8F3. Grayscale: #585858. Windows color (decimal): -2808052 or 796629. OLE color: 796629.

HSL color Cylindrical-coordinate representation of color #D5270C: hue angle of 8.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5270C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 12 -
CMYK 0 0.82 0.94 0.16
HSL 8.06º 0.89% 0.44% -
HSV(B) 8.06º 0.94% 0.84% -
XYZ 28.23 15.62 1.88 -
YUV 87.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 213 39 12 0 0.82 0.94 0.16 8.06 0.89 0.44
Hex D5 27 C 0 52 5E 10 8 59 2C
Octal 325 47 14 0 122 136 20 10 131 54
Binary 11010101 100111 1100 0 1010010 1011110 10000 1000 1011001 101100

Color Harmonies of #D5270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5270C

Black with #D5270C

Text Example


Text Example

White with #D5270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5270C; }

 p { color: rgb(213,39,12); }

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

background-color css

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

 a { background-color: rgb(213,39,12); }

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

border-color css

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

 span { border-color: rgb(213,39,12); }

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