Html Css Color HEX #D21A1A Harley Davidson Orange

📋 copy color: '#D21A1A'

red 210 ◦ green 26 ◦ blue 26

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

Shades of Harley Davidson Orange #D21A1A

Tints of Harley Davidson Orange #D21A1A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 80.15%
G = 9.92%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D21A1A (or 0xD21A1A) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 1A. RGB value is (210,26,26). Sum of RGB (Red+Green+Blue) = 210+26+26=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A1A is #2DE5E5. Grayscale: #515151. Windows color (decimal): -3007974 or 1710802. OLE color: 1710802.

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

Color convert

RGB 210 26 26 -
CMYK 0 0.88 0.88 0.18
HSL 0.78% 0.46% -
HSV(B) 0.88% 0.82% -
XYZ 27.13 14.52 2.35 -
YUV 81.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 210 26 26 0 0.88 0.88 0.18 0 0.78 0.46
Hex D2 1A 1A 0 58 58 12 0 4E 2E
Octal 322 32 32 0 130 130 22 0 116 56
Binary 11010010 11010 11010 0 1011000 1011000 10010 0 1001110 101110

Color Harmonies of #D21A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A1A

Black with #D21A1A

Text Example


Text Example

White with #D21A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A1A; }

 p { color: rgb(210,26,26); }

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

background-color css

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

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

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

border-color css

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

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

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