Html Css Color HEX #CC391A Harley Davidson Orange

📋 copy color: '#CC391A'

red 204 ◦ green 57 ◦ blue 26

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

Shades of Harley Davidson Orange #CC391A

Tints of Harley Davidson Orange #CC391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 71.08%
G = 19.86%
B = 9.06%

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

#CC391A (or 0xCC391A) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 1A. RGB value is (204,57,26). Sum of RGB (Red+Green+Blue) = 204+57+26=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC391A is #33C6E5. Grayscale: #616161. Windows color (decimal): -3393254 or 1718732. OLE color: 1718732.

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

Color convert

RGB 204 57 26 -
CMYK 0 0.72 0.87 0.2
HSL 10.45º 0.77% 0.45% -
HSV(B) 10.45º 0.87% 0.8% -
XYZ 26.55 15.84 2.63 -
YUV 97.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 204 57 26 0 0.72 0.87 0.2 10.45 0.77 0.45
Hex CC 39 1A 0 48 57 14 A 4D 2D
Octal 314 71 32 0 110 127 24 12 115 55
Binary 11001100 111001 11010 0 1001000 1010111 10100 1010 1001101 101101

Color Harmonies of #CC391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC391A

Black with #CC391A

Text Example


Text Example

White with #CC391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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