Html Css Color HEX #CD471D Harley Davidson Orange

📋 copy color: '#CD471D'

red 205 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #CD471D

Tints of Harley Davidson Orange #CD471D

RGB

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

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

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

R = 67.21%
G = 23.28%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD471D (or 0xCD471D) is known color: Harley Davidson Orange. HEX triplet: CD, 47 and 1D. RGB value is (205,71,29). Sum of RGB (Red+Green+Blue) = 205+71+29=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD471D is #32B8E2. Grayscale: #6A6A6A. Windows color (decimal): -3324131 or 1918925. OLE color: 1918925.

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

Color convert

RGB 205 71 29 -
CMYK 0 0.65 0.86 0.20
HSL 14.32º 0.75% 0.46% -
HSV(B) 14.32º 0.86% 0.8% -
XYZ 27.65 17.57 3.1 -
YUV 106.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 205 71 29 0 0.65 0.86 0.20 14.32 0.75 0.46
Hex CD 47 1D 0 41 56 14 E 4B 2E
Octal 315 107 35 0 101 126 24 16 113 56
Binary 11001101 1000111 11101 0 1000001 1010110 10100 1110 1001011 101110

Color Harmonies of #CD471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD471D

Black with #CD471D

Text Example


Text Example

White with #CD471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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