Html Css Color HEX #DE341C Harley Davidson Orange

📋 copy color: '#DE341C'

red 222 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #DE341C

Tints of Harley Davidson Orange #DE341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 73.51%
G = 17.22%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE341C (or 0xDE341C) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 1C. RGB value is (222,52,28). Sum of RGB (Red+Green+Blue) = 222+52+28=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE341C is #21CBE3. Grayscale: #646464. Windows color (decimal): -2214884 or 1848542. OLE color: 1848542.

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

Color convert

RGB 222 52 28 -
CMYK 0 0.77 0.87 0.13
HSL 7.42º 0.78% 0.49% -
HSV(B) 7.42º 0.87% 0.87% -
XYZ 31.56 18.07 2.92 -
YUV 100.09 87.32 214.95 -
System Red Green Blue C M Y K H S L
Decimal 222 52 28 0 0.77 0.87 0.13 7.42 0.78 0.49
Hex DE 34 1C 0 4D 57 D 7 4E 31
Octal 336 64 34 0 115 127 15 7 116 61
Binary 11011110 110100 11100 0 1001101 1010111 1101 111 1001110 110001

Color Harmonies of #DE341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE341C

Black with #DE341C

Text Example


Text Example

White with #DE341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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