Html Css Color HEX #DC251B Harley Davidson Orange

📋 copy color: '#DC251B'

red 220 ◦ green 37 ◦ blue 27

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

Shades of Harley Davidson Orange #DC251B

Tints of Harley Davidson Orange #DC251B

RGB

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

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

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

R = 77.46%
G = 13.03%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC251B (or 0xDC251B) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 1B. RGB value is (220,37,27). Sum of RGB (Red+Green+Blue) = 220+37+27=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC251B is #23DAE4. Grayscale: #5A5A5A. Windows color (decimal): -2349797 or 1779164. OLE color: 1779164.

HSL color Cylindrical-coordinate representation of color #DC251B: hue angle of 3.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC251B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 37 27 -
CMYK 0 0.83 0.88 0.14
HSL 3.11º 0.78% 0.48% -
HSV(B) 3.11º 0.88% 0.86% -
XYZ 30.37 16.62 2.64 -
YUV 90.58 92.13 220.31 -
System Red Green Blue C M Y K H S L
Decimal 220 37 27 0 0.83 0.88 0.14 3.11 0.78 0.48
Hex DC 25 1B 0 53 58 E 3 4E 30
Octal 334 45 33 0 123 130 16 3 116 60
Binary 11011100 100101 11011 0 1010011 1011000 1110 11 1001110 110000

Color Harmonies of #DC251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC251B

Black with #DC251B

Text Example


Text Example

White with #DC251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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