Html Css Color HEX #DD231C Harley Davidson Orange

📋 copy color: '#DD231C'

red 221 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #DD231C

Tints of Harley Davidson Orange #DD231C

RGB

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

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

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

R = 77.82%
G = 12.32%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD231C (or 0xDD231C) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 1C. RGB value is (221,35,28). Sum of RGB (Red+Green+Blue) = 221+35+28=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD231C is #22DCE3. Grayscale: #5A5A5A. Windows color (decimal): -2284772 or 1844189. OLE color: 1844189.

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

Color convert

RGB 221 35 28 -
CMYK 0 0.84 0.87 0.13
HSL 2.18º 0.78% 0.49% -
HSV(B) 2.18º 0.87% 0.87% -
XYZ 30.63 16.66 2.7 -
YUV 89.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 221 35 28 0 0.84 0.87 0.13 2.18 0.78 0.49
Hex DD 23 1C 0 54 57 D 2 4E 31
Octal 335 43 34 0 124 127 15 2 116 61
Binary 11011101 100011 11100 0 1010100 1010111 1101 10 1001110 110001

Color Harmonies of #DD231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD231C

Black with #DD231C

Text Example


Text Example

White with #DD231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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