Html Css Color HEX #CC2717 Harley Davidson Orange

📋 copy color: '#CC2717'

red 204 ◦ green 39 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2717

Tints of Harley Davidson Orange #CC2717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 76.69%
G = 14.66%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2717 (or 0xCC2717) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 17. RGB value is (204,39,23). Sum of RGB (Red+Green+Blue) = 204+39+23=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2717 is #33D8E8. Grayscale: #565656. Windows color (decimal): -3397865 or 1517516. OLE color: 1517516.

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

Color convert

RGB 204 39 23 -
CMYK 0 0.81 0.89 0.2
HSL 5.3º 0.8% 0.45% -
HSV(B) 5.3º 0.89% 0.8% -
XYZ 25.78 14.35 2.22 -
YUV 86.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 204 39 23 0 0.81 0.89 0.2 5.3 0.8 0.45
Hex CC 27 17 0 51 59 14 5 50 2D
Octal 314 47 27 0 121 131 24 5 120 55
Binary 11001100 100111 10111 0 1010001 1011001 10100 101 1010000 101101

Color Harmonies of #CC2717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2717

Black with #CC2717

Text Example


Text Example

White with #CC2717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2717; }

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

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

background-color css

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

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

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

border-color css

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

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

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