Html Css Color HEX #D21F06 Harley Davidson Orange

📋 copy color: '#D21F06'

red 210 ◦ green 31 ◦ blue 6

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

Shades of Harley Davidson Orange #D21F06

Tints of Harley Davidson Orange #D21F06

RGB

 RED value IS 210 (82.42% from 255) = 85.02%

 GREEN value IS 31 (12.5% from 255) = 12.55%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 85.02%
G = 12.55%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D21F06 (or 0xD21F06) is known color: Harley Davidson Orange. HEX triplet: D2, 1F and 06. RGB value is (210,31,6). Sum of RGB (Red+Green+Blue) = 210+31+6=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21F06 is #2DE0F9. Grayscale: #515151. Windows color (decimal): -3006714 or 401362. OLE color: 401362.

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

Color convert

RGB 210 31 6 -
CMYK 0 0.85 0.97 0.18
HSL 7.35º 0.94% 0.42% -
HSV(B) 7.35º 0.97% 0.82% -
XYZ 27.1 14.69 1.58 -
YUV 81.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 210 31 6 0 0.85 0.97 0.18 7.35 0.94 0.42
Hex D2 1F 6 0 55 61 12 7 5E 2A
Octal 322 37 6 0 125 141 22 7 136 52
Binary 11010010 11111 110 0 1010101 1100001 10010 111 1011110 101010

Color Harmonies of #D21F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F06

Black with #D21F06

Text Example


Text Example

White with #D21F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F06; }

 p { color: rgb(210,31,6); }

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

background-color css

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

 a { background-color: rgb(210,31,6); }

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

border-color css

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

 span { border-color: rgb(210,31,6); }

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