Html Css Color HEX #CC2415 Harley Davidson Orange

📋 copy color: '#CC2415'

red 204 ◦ green 36 ◦ blue 21

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

Shades of Harley Davidson Orange #CC2415

Tints of Harley Davidson Orange #CC2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

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

R = 78.16%
G = 13.79%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2415 (or 0xCC2415) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 15. RGB value is (204,36,21). Sum of RGB (Red+Green+Blue) = 204+36+21=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2415 is #33DBEA. Grayscale: #545454. Windows color (decimal): -3398635 or 1385676. OLE color: 1385676.

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

Color convert

RGB 204 36 21 -
CMYK 0 0.82 0.90 0.2
HSL 4.92º 0.81% 0.44% -
HSV(B) 4.92º 0.9% 0.8% -
XYZ 25.67 14.15 2.09 -
YUV 84.52 92.16 213.22 -
System Red Green Blue C M Y K H S L
Decimal 204 36 21 0 0.82 0.90 0.2 4.92 0.81 0.44
Hex CC 24 15 0 52 5A 14 5 51 2C
Octal 314 44 25 0 122 132 24 5 121 54
Binary 11001100 100100 10101 0 1010010 1011010 10100 101 1010001 101100

Color Harmonies of #CC2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2415

Black with #CC2415

Text Example


Text Example

White with #CC2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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