Html Css Color HEX #CC2015 Harley Davidson Orange

📋 copy color: '#CC2015'

red 204 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #CC2015

Tints of Harley Davidson Orange #CC2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

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

R = 79.38%
G = 12.45%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2015 (or 0xCC2015) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 15. RGB value is (204,32,21). Sum of RGB (Red+Green+Blue) = 204+32+21=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2015 is #33DFEA. Grayscale: #525252. Windows color (decimal): -3399659 or 1384652. OLE color: 1384652.

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

Color convert

RGB 204 32 21 -
CMYK 0 0.84 0.90 0.2
HSL 3.61º 0.81% 0.44% -
HSV(B) 3.61º 0.9% 0.8% -
XYZ 25.55 13.92 2.05 -
YUV 82.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 204 32 21 0 0.84 0.90 0.2 3.61 0.81 0.44
Hex CC 20 15 0 54 5A 14 4 51 2C
Octal 314 40 25 0 124 132 24 4 121 54
Binary 11001100 100000 10101 0 1010100 1011010 10100 100 1010001 101100

Color Harmonies of #CC2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2015

Black with #CC2015

Text Example


Text Example

White with #CC2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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