Html Css Color HEX #CC391E Harley Davidson Orange

📋 copy color: '#CC391E'

red 204 ◦ green 57 ◦ blue 30

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

Shades of Harley Davidson Orange #CC391E

Tints of Harley Davidson Orange #CC391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 70.1%
G = 19.59%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC391E (or 0xCC391E) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 1E. RGB value is (204,57,30). Sum of RGB (Red+Green+Blue) = 204+57+30=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC391E is #33C6E1. Grayscale: #626262. Windows color (decimal): -3393250 or 1980876. OLE color: 1980876.

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

Color convert

RGB 204 57 30 -
CMYK 0 0.72 0.85 0.2
HSL 9.31º 0.74% 0.46% -
HSV(B) 9.31º 0.85% 0.8% -
XYZ 26.6 15.86 2.89 -
YUV 97.88 89.7 203.7 -
System Red Green Blue C M Y K H S L
Decimal 204 57 30 0 0.72 0.85 0.2 9.31 0.74 0.46
Hex CC 39 1E 0 48 55 14 9 4A 2E
Octal 314 71 36 0 110 125 24 11 112 56
Binary 11001100 111001 11110 0 1001000 1010101 10100 1001 1001010 101110

Color Harmonies of #CC391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC391E

Black with #CC391E

Text Example


Text Example

White with #CC391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC391E; }

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

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

background-color css

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

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

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

border-color css

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

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

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