Html Css Color HEX #D21C0F Harley Davidson Orange

📋 copy color: '#D21C0F'

red 210 ◦ green 28 ◦ blue 15

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

Shades of Harley Davidson Orange #D21C0F

Tints of Harley Davidson Orange #D21C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 83%
G = 11.07%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D21C0F (or 0xD21C0F) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 0F. RGB value is (210,28,15). Sum of RGB (Red+Green+Blue) = 210+28+15=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C0F is #2DE3F0. Grayscale: #515151. Windows color (decimal): -3007473 or 990418. OLE color: 990418.

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

Color convert

RGB 210 28 15 -
CMYK 0 0.87 0.93 0.18
HSL 0.87% 0.44% -
HSV(B) 0.93% 0.82% -
XYZ 27.08 14.57 1.84 -
YUV 80.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 210 28 15 0 0.87 0.93 0.18 4 0.87 0.44
Hex D2 1C F 0 57 5D 12 4 57 2C
Octal 322 34 17 0 127 135 22 4 127 54
Binary 11010010 11100 1111 0 1010111 1011101 10010 100 1010111 101100

Color Harmonies of #D21C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C0F

Black with #D21C0F

Text Example


Text Example

White with #D21C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C0F; }

 p { color: rgb(210,28,15); }

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

background-color css

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

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

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

border-color css

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

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

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