Html Css Color HEX #DF331C Harley Davidson Orange

📋 copy color: '#DF331C'

red 223 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #DF331C

Tints of Harley Davidson Orange #DF331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 73.84%
G = 16.89%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF331C (or 0xDF331C) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 1C. RGB value is (223,51,28). Sum of RGB (Red+Green+Blue) = 223+51+28=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF331C is #20CCE3. Grayscale: #646464. Windows color (decimal): -2149604 or 1848287. OLE color: 1848287.

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

Color convert

RGB 223 51 28 -
CMYK 0 0.77 0.87 0.13
HSL 7.08º 0.78% 0.49% -
HSV(B) 7.08º 0.87% 0.87% -
XYZ 31.82 18.14 2.92 -
YUV 99.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 223 51 28 0 0.77 0.87 0.13 7.08 0.78 0.49
Hex DF 33 1C 0 4D 57 D 7 4E 31
Octal 337 63 34 0 115 127 15 7 116 61
Binary 11011111 110011 11100 0 1001101 1010111 1101 111 1001110 110001

Color Harmonies of #DF331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF331C

Black with #DF331C

Text Example


Text Example

White with #DF331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF331C; }

 p { color: rgb(223,51,28); }

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

background-color css

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

 a { background-color: rgb(223,51,28); }

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

border-color css

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

 span { border-color: rgb(223,51,28); }

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