Html Css Color HEX #D21814 Harley Davidson Orange

📋 copy color: '#D21814'

red 210 ◦ green 24 ◦ blue 20

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

Shades of Harley Davidson Orange #D21814

Tints of Harley Davidson Orange #D21814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 82.68%
G = 9.45%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D21814 (or 0xD21814) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 14. RGB value is (210,24,20). Sum of RGB (Red+Green+Blue) = 210+24+20=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D21814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21814 is #2DE7EB. Grayscale: #4F4F4F. Windows color (decimal): -3008492 or 1317074. OLE color: 1317074.

HSL color Cylindrical-coordinate representation of color #D21814: hue angle of 1.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21814 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 20 -
CMYK 0 0.89 0.90 0.18
HSL 1.26º 0.83% 0.45% -
HSV(B) 1.26º 0.9% 0.82% -
XYZ 27.03 14.41 2.02 -
YUV 79.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 210 24 20 0 0.89 0.90 0.18 1.26 0.83 0.45
Hex D2 18 14 0 59 5A 12 1 53 2D
Octal 322 30 24 0 131 132 22 1 123 55
Binary 11010010 11000 10100 0 1011001 1011010 10010 1 1010011 101101

Color Harmonies of #D21814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21814

Black with #D21814

Text Example


Text Example

White with #D21814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21814; }

 p { color: rgb(210,24,20); }

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

background-color css

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

 a { background-color: rgb(210,24,20); }

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

border-color css

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

 span { border-color: rgb(210,24,20); }

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