Html Css Color HEX #D7210B Harley Davidson Orange

📋 copy color: '#D7210B'

red 215 ◦ green 33 ◦ blue 11

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

Shades of Harley Davidson Orange #D7210B

Tints of Harley Davidson Orange #D7210B

RGB

 RED value IS 215 (84.38% from 255) = 83.01%

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 83.01%
G = 12.74%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7210B (or 0xD7210B) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 0B. RGB value is (215,33,11). Sum of RGB (Red+Green+Blue) = 215+33+11=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D7210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7210B is #28DEF4. Grayscale: #555555. Windows color (decimal): -2678517 or 729559. OLE color: 729559.

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

Color convert

RGB 215 33 11 -
CMYK 0 0.85 0.95 0.16
HSL 6.47º 0.9% 0.44% -
HSV(B) 6.47º 0.95% 0.84% -
XYZ 28.63 15.56 1.81 -
YUV 84.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 215 33 11 0 0.85 0.95 0.16 6.47 0.9 0.44
Hex D7 21 B 0 55 5F 10 6 5A 2C
Octal 327 41 13 0 125 137 20 6 132 54
Binary 11010111 100001 1011 0 1010101 1011111 10000 110 1011010 101100

Color Harmonies of #D7210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7210B

Black with #D7210B

Text Example


Text Example

White with #D7210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7210B; }

 p { color: rgb(215,33,11); }

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

background-color css

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

 a { background-color: rgb(215,33,11); }

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

border-color css

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

 span { border-color: rgb(215,33,11); }

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