Html Css Color HEX #DC231C Harley Davidson Orange

📋 copy color: '#DC231C'

red 220 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #DC231C

Tints of Harley Davidson Orange #DC231C

RGB

 RED value IS 220 (86.33% from 255) = 77.74%

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

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

R = 77.74%
G = 12.37%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC231C (or 0xDC231C) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 1C. RGB value is (220,35,28). Sum of RGB (Red+Green+Blue) = 220+35+28=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC231C is #23DCE3. Grayscale: #595959. Windows color (decimal): -2350308 or 1844188. OLE color: 1844188.

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

Color convert

RGB 220 35 28 -
CMYK 0 0.84 0.87 0.14
HSL 2.19º 0.77% 0.49% -
HSV(B) 2.19º 0.87% 0.86% -
XYZ 30.33 16.5 2.69 -
YUV 89.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 220 35 28 0 0.84 0.87 0.14 2.19 0.77 0.49
Hex DC 23 1C 0 54 57 E 2 4D 31
Octal 334 43 34 0 124 127 16 2 115 61
Binary 11011100 100011 11100 0 1010100 1010111 1110 10 1001101 110001

Color Harmonies of #DC231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC231C

Black with #DC231C

Text Example


Text Example

White with #DC231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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