Html Css Color HEX #D42605 Harley Davidson Orange

📋 copy color: '#D42605'

red 212 ◦ green 38 ◦ blue 5

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

Shades of Harley Davidson Orange #D42605

Tints of Harley Davidson Orange #D42605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 83.14%
G = 14.9%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D42605 (or 0xD42605) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 05. RGB value is (212,38,5). Sum of RGB (Red+Green+Blue) = 212+38+5=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D42605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42605 is #2BD9FA. Grayscale: #565656. Windows color (decimal): -2873851 or 337620. OLE color: 337620.

HSL color Cylindrical-coordinate representation of color #D42605: hue angle of 9.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D42605 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 5 -
CMYK 0 0.82 0.98 0.17
HSL 9.57º 0.95% 0.43% -
HSV(B) 9.57º 0.98% 0.83% -
XYZ 27.87 15.39 1.65 -
YUV 86.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 212 38 5 0 0.82 0.98 0.17 9.57 0.95 0.43
Hex D4 26 5 0 52 62 11 A 5F 2B
Octal 324 46 5 0 122 142 21 12 137 53
Binary 11010100 100110 101 0 1010010 1100010 10001 1010 1011111 101011

Color Harmonies of #D42605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42605

Black with #D42605

Text Example


Text Example

White with #D42605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42605; }

 p { color: rgb(212,38,5); }

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

background-color css

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

 a { background-color: rgb(212,38,5); }

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

border-color css

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

 span { border-color: rgb(212,38,5); }

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