Html Css Color HEX #CC471D Harley Davidson Orange

📋 copy color: '#CC471D'

red 204 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #CC471D

Tints of Harley Davidson Orange #CC471D

RGB

 RED value IS 204 (80.08% from 255) = 67.11%

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

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

R = 67.11%
G = 23.36%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC471D (or 0xCC471D) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 1D. RGB value is (204,71,29). Sum of RGB (Red+Green+Blue) = 204+71+29=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC471D is #33B8E2. Grayscale: #6A6A6A. Windows color (decimal): -3389667 or 1918924. OLE color: 1918924.

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

Color convert

RGB 204 71 29 -
CMYK 0 0.65 0.86 0.2
HSL 14.4º 0.75% 0.46% -
HSV(B) 14.4º 0.86% 0.8% -
XYZ 27.38 17.43 3.08 -
YUV 105.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 204 71 29 0 0.65 0.86 0.2 14.4 0.75 0.46
Hex CC 47 1D 0 41 56 14 E 4B 2E
Octal 314 107 35 0 101 126 24 16 113 56
Binary 11001100 1000111 11101 0 1000001 1010110 10100 1110 1001011 101110

Color Harmonies of #CC471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC471D

Black with #CC471D

Text Example


Text Example

White with #CC471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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