Html Css Color HEX #D02C19 Harley Davidson Orange

📋 copy color: '#D02C19'

red 208 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #D02C19

Tints of Harley Davidson Orange #D02C19

RGB

 RED value IS 208 (81.64% from 255) = 75.09%

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 75.09%
G = 15.88%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D02C19 (or 0xD02C19) is known color: Harley Davidson Orange. HEX triplet: D0, 2C and 19. RGB value is (208,44,25). Sum of RGB (Red+Green+Blue) = 208+44+25=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02C19 is #2FD3E6. Grayscale: #5B5B5B. Windows color (decimal): -3134439 or 1649872. OLE color: 1649872.

HSL color Cylindrical-coordinate representation of color #D02C19: hue angle of 6.23º degrees, saturation: 0.79, 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 #D02C19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 25 -
CMYK 0 0.79 0.88 0.18
HSL 6.23º 0.79% 0.46% -
HSV(B) 6.23º 0.88% 0.82% -
XYZ 27.09 15.28 2.44 -
YUV 90.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 208 44 25 0 0.79 0.88 0.18 6.23 0.79 0.46
Hex D0 2C 19 0 4F 58 12 6 4F 2E
Octal 320 54 31 0 117 130 22 6 117 56
Binary 11010000 101100 11001 0 1001111 1011000 10010 110 1001111 101110

Color Harmonies of #D02C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C19

Black with #D02C19

Text Example


Text Example

White with #D02C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C19; }

 p { color: rgb(208,44,25); }

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

background-color css

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

 a { background-color: rgb(208,44,25); }

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

border-color css

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

 span { border-color: rgb(208,44,25); }

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