Html Css Color HEX #DF2B02 Harley Davidson Orange

📋 copy color: '#DF2B02'

red 223 ◦ green 43 ◦ blue 2

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

Shades of Harley Davidson Orange #DF2B02

Tints of Harley Davidson Orange #DF2B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

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

R = 83.21%
G = 16.04%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF2B02 (or 0xDF2B02) is known color: Harley Davidson Orange. HEX triplet: DF, 2B and 02. RGB value is (223,43,2). Sum of RGB (Red+Green+Blue) = 223+43+2=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2B02 is #20D4FD. Grayscale: #5C5C5C. Windows color (decimal): -2151678 or 142303. OLE color: 142303.

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

Color convert

RGB 223 43 2 -
CMYK 0 0.81 0.99 0.13
HSL 11.13º 0.98% 0.44% -
HSV(B) 11.13º 0.99% 0.87% -
XYZ 31.31 17.42 1.77 -
YUV 92.15 77.13 221.33 -
System Red Green Blue C M Y K H S L
Decimal 223 43 2 0 0.81 0.99 0.13 11.13 0.98 0.44
Hex DF 2B 2 0 51 63 D B 62 2C
Octal 337 53 2 0 121 143 15 13 142 54
Binary 11011111 101011 10 0 1010001 1100011 1101 1011 1100010 101100

Color Harmonies of #DF2B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B02

Black with #DF2B02

Text Example


Text Example

White with #DF2B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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