Html Css Color HEX #D42B1D Harley Davidson Orange

📋 copy color: '#D42B1D'

red 212 ◦ green 43 ◦ blue 29

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

Shades of Harley Davidson Orange #D42B1D

Tints of Harley Davidson Orange #D42B1D

RGB

 RED value IS 212 (83.2% from 255) = 74.65%

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 74.65%
G = 15.14%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D42B1D (or 0xD42B1D) is known color: Harley Davidson Orange. HEX triplet: D4, 2B and 1D. RGB value is (212,43,29). Sum of RGB (Red+Green+Blue) = 212+43+29=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B1D is #2BD4E2. Grayscale: #5C5C5C. Windows color (decimal): -2872547 or 1911764. OLE color: 1911764.

HSL color Cylindrical-coordinate representation of color #D42B1D: hue angle of 4.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D42B1D is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 43 29 -
CMYK 0 0.80 0.86 0.17
HSL 4.59º 0.76% 0.47% -
HSV(B) 4.59º 0.86% 0.83% -
XYZ 28.24 15.81 2.73 -
YUV 91.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 212 43 29 0 0.80 0.86 0.17 4.59 0.76 0.47
Hex D4 2B 1D 0 50 56 11 5 4C 2F
Octal 324 53 35 0 120 126 21 5 114 57
Binary 11010100 101011 11101 0 1010000 1010110 10001 101 1001100 101111

Color Harmonies of #D42B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B1D

Black with #D42B1D

Text Example


Text Example

White with #D42B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B1D; }

 p { color: rgb(212,43,29); }

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

background-color css

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

 a { background-color: rgb(212,43,29); }

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

border-color css

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

 span { border-color: rgb(212,43,29); }

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