Html Css Color HEX #DF3213 Harley Davidson Orange

📋 copy color: '#DF3213'

red 223 ◦ green 50 ◦ blue 19

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

Shades of Harley Davidson Orange #DF3213

Tints of Harley Davidson Orange #DF3213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 76.37%
G = 17.12%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3213 (or 0xDF3213) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 13. RGB value is (223,50,19). Sum of RGB (Red+Green+Blue) = 223+50+19=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3213 is #20CDEC. Grayscale: #626262. Windows color (decimal): -2149869 or 1258207. OLE color: 1258207.

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

Color convert

RGB 223 50 19 -
CMYK 0 0.78 0.91 0.13
HSL 9.12º 0.84% 0.47% -
HSV(B) 9.12º 0.91% 0.87% -
XYZ 31.69 18.02 2.42 -
YUV 98.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 223 50 19 0 0.78 0.91 0.13 9.12 0.84 0.47
Hex DF 32 13 0 4E 5B D 9 54 2F
Octal 337 62 23 0 116 133 15 11 124 57
Binary 11011111 110010 10011 0 1001110 1011011 1101 1001 1010100 101111

Color Harmonies of #DF3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3213

Black with #DF3213

Text Example


Text Example

White with #DF3213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3213; }

 p { color: rgb(223,50,19); }

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

background-color css

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

 a { background-color: rgb(223,50,19); }

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

border-color css

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

 span { border-color: rgb(223,50,19); }

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