Html Css Color HEX #D42B00 Harley Davidson Orange

📋 copy color: '#D42B00'

red 212 ◦ green 43 ◦ blue 0

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

Shades of Harley Davidson Orange #D42B00

Tints of Harley Davidson Orange #D42B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.14%
G = 16.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D42B00 (or 0xD42B00) is known color: Harley Davidson Orange. HEX triplet: D4, 2B and 00. RGB value is (212,43,0). Sum of RGB (Red+Green+Blue) = 212+43+0=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42B00 is #2BD4FF. Grayscale: #585858. Windows color (decimal): -2872576 or 11220. OLE color: 11220.

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

Color convert

RGB 212 43 0 -
CMYK 0 0.80 1 0.17
HSL 12.17º 1% 0.42% -
HSV(B) 12.17º 1% 0.83% -
XYZ 28.02 15.72 1.56 -
YUV 88.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 212 43 0 0 0.80 1 0.17 12.17 1 0.42
Hex D4 2B 0 0 50 64 11 C 64 2A
Octal 324 53 0 0 120 144 21 14 144 52
Binary 11010100 101011 0 0 1010000 1100100 10001 1100 1100100 101010

Color Harmonies of #D42B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B00

Black with #D42B00

Text Example


Text Example

White with #D42B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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