Html Css Color HEX #CC391C Harley Davidson Orange

📋 copy color: '#CC391C'

red 204 ◦ green 57 ◦ blue 28

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

Shades of Harley Davidson Orange #CC391C

Tints of Harley Davidson Orange #CC391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

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

R = 70.59%
G = 19.72%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC391C (or 0xCC391C) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 1C. RGB value is (204,57,28). Sum of RGB (Red+Green+Blue) = 204+57+28=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC391C is #33C6E3. Grayscale: #616161. Windows color (decimal): -3393252 or 1849804. OLE color: 1849804.

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

Color convert

RGB 204 57 28 -
CMYK 0 0.72 0.86 0.2
HSL 9.89º 0.76% 0.45% -
HSV(B) 9.89º 0.86% 0.8% -
XYZ 26.57 15.85 2.76 -
YUV 97.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 204 57 28 0 0.72 0.86 0.2 9.89 0.76 0.45
Hex CC 39 1C 0 48 56 14 A 4C 2D
Octal 314 71 34 0 110 126 24 12 114 55
Binary 11001100 111001 11100 0 1001000 1010110 10100 1010 1001100 101101

Color Harmonies of #CC391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC391C

Black with #CC391C

Text Example


Text Example

White with #CC391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC391C; }

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

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

background-color css

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

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

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

border-color css

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

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

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