Html Css Color HEX #CC391B Harley Davidson Orange

📋 copy color: '#CC391B'

red 204 ◦ green 57 ◦ blue 27

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

Shades of Harley Davidson Orange #CC391B

Tints of Harley Davidson Orange #CC391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 70.83%
G = 19.79%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC391B (or 0xCC391B) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 1B. RGB value is (204,57,27). Sum of RGB (Red+Green+Blue) = 204+57+27=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC391B is #33C6E4. Grayscale: #616161. Windows color (decimal): -3393253 or 1784268. OLE color: 1784268.

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

Color convert

RGB 204 57 27 -
CMYK 0 0.72 0.87 0.2
HSL 10.17º 0.77% 0.45% -
HSV(B) 10.17º 0.87% 0.8% -
XYZ 26.56 15.84 2.69 -
YUV 97.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 204 57 27 0 0.72 0.87 0.2 10.17 0.77 0.45
Hex CC 39 1B 0 48 57 14 A 4D 2D
Octal 314 71 33 0 110 127 24 12 115 55
Binary 11001100 111001 11011 0 1001000 1010111 10100 1010 1001101 101101

Color Harmonies of #CC391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC391B

Black with #CC391B

Text Example


Text Example

White with #CC391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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