Html Css Color HEX #DF2614 Harley Davidson Orange

📋 copy color: '#DF2614'

red 223 ◦ green 38 ◦ blue 20

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

Shades of Harley Davidson Orange #DF2614

Tints of Harley Davidson Orange #DF2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 79.36%
G = 13.52%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF2614 (or 0xDF2614) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 14. RGB value is (223,38,20). Sum of RGB (Red+Green+Blue) = 223+38+20=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2614 is #20D9EB. Grayscale: #5B5B5B. Windows color (decimal): -2152940 or 1320671. OLE color: 1320671.

HSL color Cylindrical-coordinate representation of color #DF2614: hue angle of 5.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF2614 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 38 20 -
CMYK 0 0.83 0.91 0.13
HSL 5.32º 0.84% 0.48% -
HSV(B) 5.32º 0.91% 0.87% -
XYZ 31.25 17.12 2.32 -
YUV 91.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 223 38 20 0 0.83 0.91 0.13 5.32 0.84 0.48
Hex DF 26 14 0 53 5B D 5 54 30
Octal 337 46 24 0 123 133 15 5 124 60
Binary 11011111 100110 10100 0 1010011 1011011 1101 101 1010100 110000

Color Harmonies of #DF2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2614

Black with #DF2614

Text Example


Text Example

White with #DF2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2614; }

 p { color: rgb(223,38,20); }

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

background-color css

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

 a { background-color: rgb(223,38,20); }

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

border-color css

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

 span { border-color: rgb(223,38,20); }

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