Html Css Color HEX #CC2715 Harley Davidson Orange

📋 copy color: '#CC2715'

red 204 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #CC2715

Tints of Harley Davidson Orange #CC2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 77.27%
G = 14.77%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2715 (or 0xCC2715) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 15. RGB value is (204,39,21). Sum of RGB (Red+Green+Blue) = 204+39+21=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2715 is #33D8EA. Grayscale: #565656. Windows color (decimal): -3397867 or 1386444. OLE color: 1386444.

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

Color convert

RGB 204 39 21 -
CMYK 0 0.81 0.90 0.2
HSL 5.9º 0.81% 0.44% -
HSV(B) 5.9º 0.9% 0.8% -
XYZ 25.76 14.34 2.12 -
YUV 86.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 204 39 21 0 0.81 0.90 0.2 5.9 0.81 0.44
Hex CC 27 15 0 51 5A 14 6 51 2C
Octal 314 47 25 0 121 132 24 6 121 54
Binary 11001100 100111 10101 0 1010001 1011010 10100 110 1010001 101100

Color Harmonies of #CC2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2715

Black with #CC2715

Text Example


Text Example

White with #CC2715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2715; }

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

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

background-color css

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

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

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

border-color css

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

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

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