Html Css Color HEX #CD471C Harley Davidson Orange

📋 copy color: '#CD471C'

red 205 ◦ green 71 ◦ blue 28

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

Shades of Harley Davidson Orange #CD471C

Tints of Harley Davidson Orange #CD471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 67.43%
G = 23.36%
B = 9.21%

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

#CD471C (or 0xCD471C) is known color: Harley Davidson Orange. HEX triplet: CD, 47 and 1C. RGB value is (205,71,28). Sum of RGB (Red+Green+Blue) = 205+71+28=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD471C is #32B8E3. Grayscale: #6A6A6A. Windows color (decimal): -3324132 or 1853389. OLE color: 1853389.

HSL color Cylindrical-coordinate representation of color #CD471C: hue angle of 14.58º degrees, saturation: 0.76, 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 #CD471C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 28 -
CMYK 0 0.65 0.86 0.20
HSL 14.58º 0.76% 0.46% -
HSV(B) 14.58º 0.86% 0.8% -
XYZ 27.64 17.57 3.03 -
YUV 106.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 205 71 28 0 0.65 0.86 0.20 14.58 0.76 0.46
Hex CD 47 1C 0 41 56 14 F 4C 2E
Octal 315 107 34 0 101 126 24 17 114 56
Binary 11001101 1000111 11100 0 1000001 1010110 10100 1111 1001100 101110

Color Harmonies of #CD471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD471C

Black with #CD471C

Text Example


Text Example

White with #CD471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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