Html Css Color HEX #DF321B Harley Davidson Orange

📋 copy color: '#DF321B'

red 223 ◦ green 50 ◦ blue 27

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

Shades of Harley Davidson Orange #DF321B

Tints of Harley Davidson Orange #DF321B

RGB

 RED value IS 223 (87.5% from 255) = 74.33%

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 74.33%
G = 16.67%
B = 9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF321B (or 0xDF321B) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 1B. RGB value is (223,50,27). Sum of RGB (Red+Green+Blue) = 223+50+27=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF321B is #20CDE4. Grayscale: #636363. Windows color (decimal): -2149861 or 1782495. OLE color: 1782495.

HSL color Cylindrical-coordinate representation of color #DF321B: hue angle of 7.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF321B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 27 -
CMYK 0 0.78 0.88 0.13
HSL 7.04º 0.78% 0.49% -
HSV(B) 7.04º 0.88% 0.87% -
XYZ 31.77 18.05 2.85 -
YUV 99.11 87.31 216.37 -
System Red Green Blue C M Y K H S L
Decimal 223 50 27 0 0.78 0.88 0.13 7.04 0.78 0.49
Hex DF 32 1B 0 4E 58 D 7 4E 31
Octal 337 62 33 0 116 130 15 7 116 61
Binary 11011111 110010 11011 0 1001110 1011000 1101 111 1001110 110001

Color Harmonies of #DF321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF321B

Black with #DF321B

Text Example


Text Example

White with #DF321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF321B; }

 p { color: rgb(223,50,27); }

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

background-color css

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

 a { background-color: rgb(223,50,27); }

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

border-color css

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

 span { border-color: rgb(223,50,27); }

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