Html Css Color HEX #DE431B Harley Davidson Orange

📋 copy color: '#DE431B'

red 222 ◦ green 67 ◦ blue 27

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

Shades of Harley Davidson Orange #DE431B

Tints of Harley Davidson Orange #DE431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 70.25%
G = 21.2%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE431B (or 0xDE431B) is known color: Harley Davidson Orange. HEX triplet: DE, 43 and 1B. RGB value is (222,67,27). Sum of RGB (Red+Green+Blue) = 222+67+27=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE431B is #21BCE4. Grayscale: #6D6D6D. Windows color (decimal): -2211045 or 1786846. OLE color: 1786846.

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

Color convert

RGB 222 67 27 -
CMYK 0 0.70 0.88 0.13
HSL 12.31º 0.78% 0.49% -
HSV(B) 12.31º 0.88% 0.87% -
XYZ 32.33 19.62 3.12 -
YUV 108.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 222 67 27 0 0.70 0.88 0.13 12.31 0.78 0.49
Hex DE 43 1B 0 46 58 D C 4E 31
Octal 336 103 33 0 106 130 15 14 116 61
Binary 11011110 1000011 11011 0 1000110 1011000 1101 1100 1001110 110001

Color Harmonies of #DE431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE431B

Black with #DE431B

Text Example


Text Example

White with #DE431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE431B; }

 p { color: rgb(222,67,27); }

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

background-color css

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

 a { background-color: rgb(222,67,27); }

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

border-color css

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

 span { border-color: rgb(222,67,27); }

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