Html Css Color HEX #D02F21 Harley Davidson Orange

📋 copy color: '#D02F21'

red 208 ◦ green 47 ◦ blue 33

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

Shades of Harley Davidson Orange #D02F21

Tints of Harley Davidson Orange #D02F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 72.22%
G = 16.32%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02F21 (or 0xD02F21) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 21. RGB value is (208,47,33). Sum of RGB (Red+Green+Blue) = 208+47+33=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F21 is #2FD0DE. Grayscale: #5D5D5D. Windows color (decimal): -3133663 or 2174928. OLE color: 2174928.

HSL color Cylindrical-coordinate representation of color #D02F21: hue angle of 4.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02F21 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 33 -
CMYK 0 0.77 0.84 0.18
HSL 4.8º 0.73% 0.47% -
HSV(B) 4.8º 0.84% 0.82% -
XYZ 27.3 15.55 3 -
YUV 93.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 208 47 33 0 0.77 0.84 0.18 4.8 0.73 0.47
Hex D0 2F 21 0 4D 54 12 5 49 2F
Octal 320 57 41 0 115 124 22 5 111 57
Binary 11010000 101111 100001 0 1001101 1010100 10010 101 1001001 101111

Color Harmonies of #D02F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F21

Black with #D02F21

Text Example


Text Example

White with #D02F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F21; }

 p { color: rgb(208,47,33); }

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

background-color css

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

 a { background-color: rgb(208,47,33); }

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

border-color css

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

 span { border-color: rgb(208,47,33); }

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