Html Css Color HEX #DC200F Harley Davidson Orange

📋 copy color: '#DC200F'

red 220 ◦ green 32 ◦ blue 15

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

Shades of Harley Davidson Orange #DC200F

Tints of Harley Davidson Orange #DC200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 82.4%
G = 11.99%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC200F (or 0xDC200F) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 0F. RGB value is (220,32,15). Sum of RGB (Red+Green+Blue) = 220+32+15=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC200F is #23DFF0. Grayscale: #565656. Windows color (decimal): -2351089 or 991452. OLE color: 991452.

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

Color convert

RGB 220 32 15 -
CMYK 0 0.85 0.93 0.14
HSL 4.98º 0.87% 0.46% -
HSV(B) 4.98º 0.93% 0.86% -
XYZ 30.12 16.28 2.01 -
YUV 86.27 87.78 223.38 -
System Red Green Blue C M Y K H S L
Decimal 220 32 15 0 0.85 0.93 0.14 4.98 0.87 0.46
Hex DC 20 F 0 55 5D E 5 57 2E
Octal 334 40 17 0 125 135 16 5 127 56
Binary 11011100 100000 1111 0 1010101 1011101 1110 101 1010111 101110

Color Harmonies of #DC200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC200F

Black with #DC200F

Text Example


Text Example

White with #DC200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC200F; }

 p { color: rgb(220,32,15); }

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

background-color css

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

 a { background-color: rgb(220,32,15); }

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

border-color css

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

 span { border-color: rgb(220,32,15); }

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