Html Css Color HEX #D9270C Harley Davidson Orange

📋 copy color: '#D9270C'

red 217 ◦ green 39 ◦ blue 12

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

Shades of Harley Davidson Orange #D9270C

Tints of Harley Davidson Orange #D9270C

RGB

 RED value IS 217 (85.16% from 255) = 80.97%

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

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

R = 80.97%
G = 14.55%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9270C (or 0xD9270C) is known color: Harley Davidson Orange. HEX triplet: D9, 27 and 0C. RGB value is (217,39,12). Sum of RGB (Red+Green+Blue) = 217+39+12=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9270C is #26D8F3. Grayscale: #595959. Windows color (decimal): -2545908 or 796633. OLE color: 796633.

HSL color Cylindrical-coordinate representation of color #D9270C: hue angle of 7.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9270C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 12 -
CMYK 0 0.82 0.94 0.15
HSL 7.9º 0.9% 0.45% -
HSV(B) 7.9º 0.94% 0.85% -
XYZ 29.41 16.23 1.93 -
YUV 89.14 84.47 219.2 -
System Red Green Blue C M Y K H S L
Decimal 217 39 12 0 0.82 0.94 0.15 7.9 0.9 0.45
Hex D9 27 C 0 52 5E F 8 5A 2D
Octal 331 47 14 0 122 136 17 10 132 55
Binary 11011001 100111 1100 0 1010010 1011110 1111 1000 1011010 101101

Color Harmonies of #D9270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9270C

Black with #D9270C

Text Example


Text Example

White with #D9270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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