Html Css Color HEX #DE331C Harley Davidson Orange

📋 copy color: '#DE331C'

red 222 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #DE331C

Tints of Harley Davidson Orange #DE331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 73.75%
G = 16.94%
B = 9.3%

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

#DE331C (or 0xDE331C) is known color: Harley Davidson Orange. HEX triplet: DE, 33 and 1C. RGB value is (222,51,28). Sum of RGB (Red+Green+Blue) = 222+51+28=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE331C is #21CCE3. Grayscale: #636363. Windows color (decimal): -2215140 or 1848286. OLE color: 1848286.

HSL color Cylindrical-coordinate representation of color #DE331C: hue angle of 7.11º 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 #DE331C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 51 28 -
CMYK 0 0.77 0.87 0.13
HSL 7.11º 0.78% 0.49% -
HSV(B) 7.11º 0.87% 0.87% -
XYZ 31.52 17.98 2.91 -
YUV 99.51 87.65 215.37 -
System Red Green Blue C M Y K H S L
Decimal 222 51 28 0 0.77 0.87 0.13 7.11 0.78 0.49
Hex DE 33 1C 0 4D 57 D 7 4E 31
Octal 336 63 34 0 115 127 15 7 116 61
Binary 11011110 110011 11100 0 1001101 1010111 1101 111 1001110 110001

Color Harmonies of #DE331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE331C

Black with #DE331C

Text Example


Text Example

White with #DE331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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