Html Css Color HEX #CC3107 Harley Davidson Orange

📋 copy color: '#CC3107'

red 204 ◦ green 49 ◦ blue 7

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

Shades of Harley Davidson Orange #CC3107

Tints of Harley Davidson Orange #CC3107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 78.46%
G = 18.85%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC3107 (or 0xCC3107) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 07. RGB value is (204,49,7). Sum of RGB (Red+Green+Blue) = 204+49+7=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3107 is #33CEF8. Grayscale: #5A5A5A. Windows color (decimal): -3395321 or 471500. OLE color: 471500.

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

Color convert

RGB 204 49 7 -
CMYK 0 0.76 0.97 0.2
HSL 12.79º 0.93% 0.41% -
HSV(B) 12.79º 0.97% 0.8% -
XYZ 26.04 15.05 1.73 -
YUV 90.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 204 49 7 0 0.76 0.97 0.2 12.79 0.93 0.41
Hex CC 31 7 0 4C 61 14 D 5D 29
Octal 314 61 7 0 114 141 24 15 135 51
Binary 11001100 110001 111 0 1001100 1100001 10100 1101 1011101 101001

Color Harmonies of #CC3107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3107

Black with #CC3107

Text Example


Text Example

White with #CC3107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3107; }

 p { color: rgb(204,49,7); }

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

background-color css

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

 a { background-color: rgb(204,49,7); }

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

border-color css

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

 span { border-color: rgb(204,49,7); }

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