Html Css Color HEX #CC3915 Harley Davidson Orange

📋 copy color: '#CC3915'

red 204 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #CC3915

Tints of Harley Davidson Orange #CC3915

RGB

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

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

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

R = 72.34%
G = 20.21%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3915 (or 0xCC3915) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 15. RGB value is (204,57,21). Sum of RGB (Red+Green+Blue) = 204+57+21=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3915 is #33C6EA. Grayscale: #616161. Windows color (decimal): -3393259 or 1391052. OLE color: 1391052.

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

Color convert

RGB 204 57 21 -
CMYK 0 0.72 0.90 0.2
HSL 11.8º 0.81% 0.44% -
HSV(B) 11.8º 0.9% 0.8% -
XYZ 26.5 15.82 2.37 -
YUV 96.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 204 57 21 0 0.72 0.90 0.2 11.8 0.81 0.44
Hex CC 39 15 0 48 5A 14 C 51 2C
Octal 314 71 25 0 110 132 24 14 121 54
Binary 11001100 111001 10101 0 1001000 1011010 10100 1100 1010001 101100

Color Harmonies of #CC3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3915

Black with #CC3915

Text Example


Text Example

White with #CC3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3915; }

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

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

background-color css

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

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

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

border-color css

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

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

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