Html Css Color HEX #CC3917 Harley Davidson Orange

📋 copy color: '#CC3917'

red 204 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #CC3917

Tints of Harley Davidson Orange #CC3917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

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

R = 71.83%
G = 20.07%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC3917 (or 0xCC3917) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 17. RGB value is (204,57,23). Sum of RGB (Red+Green+Blue) = 204+57+23=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3917 is #33C6E8. Grayscale: #616161. Windows color (decimal): -3393257 or 1522124. OLE color: 1522124.

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

Color convert

RGB 204 57 23 -
CMYK 0 0.72 0.89 0.2
HSL 11.27º 0.8% 0.45% -
HSV(B) 11.27º 0.89% 0.8% -
XYZ 26.52 15.83 2.47 -
YUV 97.08 86.2 204.26 -
System Red Green Blue C M Y K H S L
Decimal 204 57 23 0 0.72 0.89 0.2 11.27 0.8 0.45
Hex CC 39 17 0 48 59 14 B 50 2D
Octal 314 71 27 0 110 131 24 13 120 55
Binary 11001100 111001 10111 0 1001000 1011001 10100 1011 1010000 101101

Color Harmonies of #CC3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3917

Black with #CC3917

Text Example


Text Example

White with #CC3917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3917; }

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

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

background-color css

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

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

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

border-color css

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

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

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