Html Css Color HEX #DF2502 Harley Davidson Orange

📋 copy color: '#DF2502'

red 223 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #DF2502

Tints of Harley Davidson Orange #DF2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 85.11%
G = 14.12%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF2502 (or 0xDF2502) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 02. RGB value is (223,37,2). Sum of RGB (Red+Green+Blue) = 223+37+2=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2502 is #20DAFD. Grayscale: #585858. Windows color (decimal): -2153214 or 140767. OLE color: 140767.

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

Color convert

RGB 223 37 2 -
CMYK 0 0.83 0.99 0.13
HSL 9.5º 0.98% 0.44% -
HSV(B) 9.5º 0.99% 0.87% -
XYZ 31.1 17.02 1.7 -
YUV 88.62 79.12 223.85 -
System Red Green Blue C M Y K H S L
Decimal 223 37 2 0 0.83 0.99 0.13 9.5 0.98 0.44
Hex DF 25 2 0 53 63 D A 62 2C
Octal 337 45 2 0 123 143 15 12 142 54
Binary 11011111 100101 10 0 1010011 1100011 1101 1010 1100010 101100

Color Harmonies of #DF2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2502

Black with #DF2502

Text Example


Text Example

White with #DF2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2502; }

 p { color: rgb(223,37,2); }

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

background-color css

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

 a { background-color: rgb(223,37,2); }

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

border-color css

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

 span { border-color: rgb(223,37,2); }

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