Html Css Color HEX #CD471E Harley Davidson Orange

📋 copy color: '#CD471E'

red 205 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #CD471E

Tints of Harley Davidson Orange #CD471E

RGB

 RED value IS 205 (80.47% from 255) = 66.99%

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 66.99%
G = 23.2%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD471E (or 0xCD471E) is known color: Harley Davidson Orange. HEX triplet: CD, 47 and 1E. RGB value is (205,71,30). Sum of RGB (Red+Green+Blue) = 205+71+30=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD471E is #32B8E1. Grayscale: #6A6A6A. Windows color (decimal): -3324130 or 1984461. OLE color: 1984461.

HSL color Cylindrical-coordinate representation of color #CD471E: hue angle of 14.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD471E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 30 -
CMYK 0 0.65 0.85 0.20
HSL 14.06º 0.74% 0.46% -
HSV(B) 14.06º 0.85% 0.8% -
XYZ 27.66 17.58 3.16 -
YUV 106.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 205 71 30 0 0.65 0.85 0.20 14.06 0.74 0.46
Hex CD 47 1E 0 41 55 14 E 4A 2E
Octal 315 107 36 0 101 125 24 16 112 56
Binary 11001101 1000111 11110 0 1000001 1010101 10100 1110 1001010 101110

Color Harmonies of #CD471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD471E

Black with #CD471E

Text Example


Text Example

White with #CD471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD471E; }

 p { color: rgb(205,71,30); }

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

background-color css

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

 a { background-color: rgb(205,71,30); }

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

border-color css

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

 span { border-color: rgb(205,71,30); }

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