Html Css Color HEX #DC381B Harley Davidson Orange

📋 copy color: '#DC381B'

red 220 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #DC381B

Tints of Harley Davidson Orange #DC381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 72.61%
G = 18.48%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC381B (or 0xDC381B) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 1B. RGB value is (220,56,27). Sum of RGB (Red+Green+Blue) = 220+56+27=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC381B is #23C7E4. Grayscale: #666666. Windows color (decimal): -2344933 or 1784028. OLE color: 1784028.

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

Color convert

RGB 220 56 27 -
CMYK 0 0.75 0.88 0.14
HSL 9.02º 0.78% 0.48% -
HSV(B) 9.02º 0.88% 0.86% -
XYZ 31.13 18.12 2.89 -
YUV 101.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 220 56 27 0 0.75 0.88 0.14 9.02 0.78 0.48
Hex DC 38 1B 0 4B 58 E 9 4E 30
Octal 334 70 33 0 113 130 16 11 116 60
Binary 11011100 111000 11011 0 1001011 1011000 1110 1001 1001110 110000

Color Harmonies of #DC381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC381B

Black with #DC381B

Text Example


Text Example

White with #DC381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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