Html Css Color HEX #CC3C15 Harley Davidson Orange

📋 copy color: '#CC3C15'

red 204 ◦ green 60 ◦ blue 21

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

Shades of Harley Davidson Orange #CC3C15

Tints of Harley Davidson Orange #CC3C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

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

R = 71.58%
G = 21.05%
B = 7.37%

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

#CC3C15 (or 0xCC3C15) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 15. RGB value is (204,60,21). Sum of RGB (Red+Green+Blue) = 204+60+21=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C15 is #33C3EA. Grayscale: #626262. Windows color (decimal): -3392491 or 1391820. OLE color: 1391820.

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

Color convert

RGB 204 60 21 -
CMYK 0 0.71 0.90 0.2
HSL 12.79º 0.81% 0.44% -
HSV(B) 12.79º 0.9% 0.8% -
XYZ 26.65 16.12 2.42 -
YUV 98.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 204 60 21 0 0.71 0.90 0.2 12.79 0.81 0.44
Hex CC 3C 15 0 47 5A 14 D 51 2C
Octal 314 74 25 0 107 132 24 15 121 54
Binary 11001100 111100 10101 0 1000111 1011010 10100 1101 1010001 101100

Color Harmonies of #CC3C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C15

Black with #CC3C15

Text Example


Text Example

White with #CC3C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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