Html Css Color HEX #D21B12 Harley Davidson Orange

📋 copy color: '#D21B12'

red 210 ◦ green 27 ◦ blue 18

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

Shades of Harley Davidson Orange #D21B12

Tints of Harley Davidson Orange #D21B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

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

R = 82.35%
G = 10.59%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D21B12 (or 0xD21B12) is known color: Harley Davidson Orange. HEX triplet: D2, 1B and 12. RGB value is (210,27,18). Sum of RGB (Red+Green+Blue) = 210+27+18=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21B12 is #2DE4ED. Grayscale: #505050. Windows color (decimal): -3007726 or 1186770. OLE color: 1186770.

HSL color Cylindrical-coordinate representation of color #D21B12: hue angle of 2.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21B12 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 27 18 -
CMYK 0 0.87 0.91 0.18
HSL 2.81º 0.84% 0.45% -
HSV(B) 2.81º 0.91% 0.82% -
XYZ 27.08 14.53 1.95 -
YUV 80.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 210 27 18 0 0.87 0.91 0.18 2.81 0.84 0.45
Hex D2 1B 12 0 57 5B 12 3 54 2D
Octal 322 33 22 0 127 133 22 3 124 55
Binary 11010010 11011 10010 0 1010111 1011011 10010 11 1010100 101101

Color Harmonies of #D21B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B12

Black with #D21B12

Text Example


Text Example

White with #D21B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B12; }

 p { color: rgb(210,27,18); }

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

background-color css

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

 a { background-color: rgb(210,27,18); }

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

border-color css

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

 span { border-color: rgb(210,27,18); }

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