Html Css Color HEX #DE341F Harley Davidson Orange

📋 copy color: '#DE341F'

red 222 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #DE341F

Tints of Harley Davidson Orange #DE341F

RGB

 RED value IS 222 (87.11% from 255) = 72.79%

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 72.79%
G = 17.05%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE341F (or 0xDE341F) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 1F. RGB value is (222,52,31). Sum of RGB (Red+Green+Blue) = 222+52+31=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE341F is #21CBE0. Grayscale: #646464. Windows color (decimal): -2214881 or 2045150. OLE color: 2045150.

HSL color Cylindrical-coordinate representation of color #DE341F: hue angle of 6.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE341F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 31 -
CMYK 0 0.77 0.86 0.13
HSL 6.6º 0.75% 0.5% -
HSV(B) 6.6º 0.86% 0.87% -
XYZ 31.6 18.08 3.12 -
YUV 100.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 222 52 31 0 0.77 0.86 0.13 6.6 0.75 0.5
Hex DE 34 1F 0 4D 56 D 7 4B 32
Octal 336 64 37 0 115 126 15 7 113 62
Binary 11011110 110100 11111 0 1001101 1010110 1101 111 1001011 110010

Color Harmonies of #DE341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE341F

Black with #DE341F

Text Example


Text Example

White with #DE341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE341F; }

 p { color: rgb(222,52,31); }

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

background-color css

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

 a { background-color: rgb(222,52,31); }

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

border-color css

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

 span { border-color: rgb(222,52,31); }

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