Html Css Color HEX #CC3B15 Harley Davidson Orange

📋 copy color: '#CC3B15'

red 204 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #CC3B15

Tints of Harley Davidson Orange #CC3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 71.83%
G = 20.77%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3B15 (or 0xCC3B15) is known color: Harley Davidson Orange. HEX triplet: CC, 3B and 15. RGB value is (204,59,21). Sum of RGB (Red+Green+Blue) = 204+59+21=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3B15 is #33C4EA. Grayscale: #626262. Windows color (decimal): -3392747 or 1391564. OLE color: 1391564.

HSL color Cylindrical-coordinate representation of color #CC3B15: hue angle of 12.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3B15 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 59 21 -
CMYK 0 0.71 0.90 0.2
HSL 12.46º 0.81% 0.44% -
HSV(B) 12.46º 0.9% 0.8% -
XYZ 26.6 16.02 2.4 -
YUV 98.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 204 59 21 0 0.71 0.90 0.2 12.46 0.81 0.44
Hex CC 3B 15 0 47 5A 14 C 51 2C
Octal 314 73 25 0 107 132 24 14 121 54
Binary 11001100 111011 10101 0 1000111 1011010 10100 1100 1010001 101100

Color Harmonies of #CC3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3B15

Black with #CC3B15

Text Example


Text Example

White with #CC3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3B15; }

 p { color: rgb(204,59,21); }

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

background-color css

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

 a { background-color: rgb(204,59,21); }

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

border-color css

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

 span { border-color: rgb(204,59,21); }

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