Html Css Color HEX #CC471C Harley Davidson Orange

📋 copy color: '#CC471C'

red 204 ◦ green 71 ◦ blue 28

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

Shades of Harley Davidson Orange #CC471C

Tints of Harley Davidson Orange #CC471C

RGB

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

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

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

R = 67.33%
G = 23.43%
B = 9.24%

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

#CC471C (or 0xCC471C) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 1C. RGB value is (204,71,28). Sum of RGB (Red+Green+Blue) = 204+71+28=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC471C is #33B8E3. Grayscale: #6A6A6A. Windows color (decimal): -3389668 or 1853388. OLE color: 1853388.

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

Color convert

RGB 204 71 28 -
CMYK 0 0.65 0.86 0.2
HSL 14.66º 0.76% 0.45% -
HSV(B) 14.66º 0.86% 0.8% -
XYZ 27.36 17.43 3.02 -
YUV 105.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 204 71 28 0 0.65 0.86 0.2 14.66 0.76 0.45
Hex CC 47 1C 0 41 56 14 F 4C 2D
Octal 314 107 34 0 101 126 24 17 114 55
Binary 11001100 1000111 11100 0 1000001 1010110 10100 1111 1001100 101101

Color Harmonies of #CC471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC471C

Black with #CC471C

Text Example


Text Example

White with #CC471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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