Html Css Color HEX #DF381B Harley Davidson Orange

📋 copy color: '#DF381B'

red 223 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #DF381B

Tints of Harley Davidson Orange #DF381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

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

R = 72.88%
G = 18.3%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF381B (or 0xDF381B) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 1B. RGB value is (223,56,27). Sum of RGB (Red+Green+Blue) = 223+56+27=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF381B is #20C7E4. Grayscale: #666666. Windows color (decimal): -2148325 or 1784031. OLE color: 1784031.

HSL color Cylindrical-coordinate representation of color #DF381B: hue angle of 8.88º 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 #DF381B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 27 -
CMYK 0 0.75 0.88 0.13
HSL 8.88º 0.78% 0.49% -
HSV(B) 8.88º 0.88% 0.87% -
XYZ 32.04 18.6 2.94 -
YUV 102.63 85.33 213.86 -
System Red Green Blue C M Y K H S L
Decimal 223 56 27 0 0.75 0.88 0.13 8.88 0.78 0.49
Hex DF 38 1B 0 4B 58 D 9 4E 31
Octal 337 70 33 0 113 130 15 11 116 61
Binary 11011111 111000 11011 0 1001011 1011000 1101 1001 1001110 110001

Color Harmonies of #DF381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF381B

Black with #DF381B

Text Example


Text Example

White with #DF381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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