Html Css Color HEX #DF2512 Harley Davidson Orange

📋 copy color: '#DF2512'

red 223 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #DF2512

Tints of Harley Davidson Orange #DF2512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 80.22%
G = 13.31%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2512 (or 0xDF2512) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 12. RGB value is (223,37,18). Sum of RGB (Red+Green+Blue) = 223+37+18=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2512 is #20DAED. Grayscale: #5A5A5A. Windows color (decimal): -2153198 or 1189343. OLE color: 1189343.

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

Color convert

RGB 223 37 18 -
CMYK 0 0.83 0.92 0.13
HSL 5.56º 0.85% 0.47% -
HSV(B) 5.56º 0.92% 0.87% -
XYZ 31.2 17.05 2.22 -
YUV 90.45 87.12 222.54 -
System Red Green Blue C M Y K H S L
Decimal 223 37 18 0 0.83 0.92 0.13 5.56 0.85 0.47
Hex DF 25 12 0 53 5C D 6 55 2F
Octal 337 45 22 0 123 134 15 6 125 57
Binary 11011111 100101 10010 0 1010011 1011100 1101 110 1010101 101111

Color Harmonies of #DF2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2512

Black with #DF2512

Text Example


Text Example

White with #DF2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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