Html Css Color HEX #DF290C Harley Davidson Orange

📋 copy color: '#DF290C'

red 223 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #DF290C

Tints of Harley Davidson Orange #DF290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 80.8%
G = 14.86%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF290C (or 0xDF290C) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 0C. RGB value is (223,41,12). Sum of RGB (Red+Green+Blue) = 223+41+12=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF290C is #20D6F3. Grayscale: #5C5C5C. Windows color (decimal): -2152180 or 797151. OLE color: 797151.

HSL color Cylindrical-coordinate representation of color #DF290C: hue angle of 8.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF290C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 12 -
CMYK 0 0.82 0.95 0.13
HSL 8.25º 0.9% 0.46% -
HSV(B) 8.25º 0.95% 0.87% -
XYZ 31.29 17.3 2.04 -
YUV 92.11 82.8 221.36 -
System Red Green Blue C M Y K H S L
Decimal 223 41 12 0 0.82 0.95 0.13 8.25 0.9 0.46
Hex DF 29 C 0 52 5F D 8 5A 2E
Octal 337 51 14 0 122 137 15 10 132 56
Binary 11011111 101001 1100 0 1010010 1011111 1101 1000 1011010 101110

Color Harmonies of #DF290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF290C

Black with #DF290C

Text Example


Text Example

White with #DF290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF290C; }

 p { color: rgb(223,41,12); }

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

background-color css

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

 a { background-color: rgb(223,41,12); }

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

border-color css

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

 span { border-color: rgb(223,41,12); }

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