Html Css Color HEX #DD231E Harley Davidson Orange

📋 copy color: '#DD231E'

red 221 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #DD231E

Tints of Harley Davidson Orange #DD231E

RGB

 RED value IS 221 (86.72% from 255) = 77.27%

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 77.27%
G = 12.24%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD231E (or 0xDD231E) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 1E. RGB value is (221,35,30). Sum of RGB (Red+Green+Blue) = 221+35+30=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD231E is #22DCE1. Grayscale: #5A5A5A. Windows color (decimal): -2284770 or 1975261. OLE color: 1975261.

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

Color convert

RGB 221 35 30 -
CMYK 0 0.84 0.86 0.13
HSL 1.57º 0.76% 0.49% -
HSV(B) 1.57º 0.86% 0.87% -
XYZ 30.65 16.67 2.83 -
YUV 90.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 221 35 30 0 0.84 0.86 0.13 1.57 0.76 0.49
Hex DD 23 1E 0 54 56 D 2 4C 31
Octal 335 43 36 0 124 126 15 2 114 61
Binary 11011101 100011 11110 0 1010100 1010110 1101 10 1001100 110001

Color Harmonies of #DD231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD231E

Black with #DD231E

Text Example


Text Example

White with #DD231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD231E; }

 p { color: rgb(221,35,30); }

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

background-color css

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

 a { background-color: rgb(221,35,30); }

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

border-color css

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

 span { border-color: rgb(221,35,30); }

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