Html Css Color HEX #DC251D Harley Davidson Orange

📋 copy color: '#DC251D'

red 220 ◦ green 37 ◦ blue 29

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

Shades of Harley Davidson Orange #DC251D

Tints of Harley Davidson Orange #DC251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 76.92%
G = 12.94%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC251D (or 0xDC251D) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 1D. RGB value is (220,37,29). Sum of RGB (Red+Green+Blue) = 220+37+29=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC251D is #23DAE2. Grayscale: #5B5B5B. Windows color (decimal): -2349795 or 1910236. OLE color: 1910236.

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

Color convert

RGB 220 37 29 -
CMYK 0 0.83 0.87 0.14
HSL 2.51º 0.77% 0.49% -
HSV(B) 2.51º 0.87% 0.86% -
XYZ 30.4 16.63 2.77 -
YUV 90.81 93.13 220.15 -
System Red Green Blue C M Y K H S L
Decimal 220 37 29 0 0.83 0.87 0.14 2.51 0.77 0.49
Hex DC 25 1D 0 53 57 E 3 4D 31
Octal 334 45 35 0 123 127 16 3 115 61
Binary 11011100 100101 11101 0 1010011 1010111 1110 11 1001101 110001

Color Harmonies of #DC251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC251D

Black with #DC251D

Text Example


Text Example

White with #DC251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC251D; }

 p { color: rgb(220,37,29); }

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

background-color css

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

 a { background-color: rgb(220,37,29); }

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

border-color css

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

 span { border-color: rgb(220,37,29); }

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