Html Css Color HEX #CC3515 Harley Davidson Orange

📋 copy color: '#CC3515'

red 204 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #CC3515

Tints of Harley Davidson Orange #CC3515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 73.38%
G = 19.06%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3515 (or 0xCC3515) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 15. RGB value is (204,53,21). Sum of RGB (Red+Green+Blue) = 204+53+21=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3515 is #33CAEA. Grayscale: #5E5E5E. Windows color (decimal): -3394283 or 1390028. OLE color: 1390028.

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

Color convert

RGB 204 53 21 -
CMYK 0 0.74 0.90 0.2
HSL 10.49º 0.81% 0.44% -
HSV(B) 10.49º 0.9% 0.8% -
XYZ 26.31 15.44 2.3 -
YUV 94.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 204 53 21 0 0.74 0.90 0.2 10.49 0.81 0.44
Hex CC 35 15 0 4A 5A 14 A 51 2C
Octal 314 65 25 0 112 132 24 12 121 54
Binary 11001100 110101 10101 0 1001010 1011010 10100 1010 1010001 101100

Color Harmonies of #CC3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3515

Black with #CC3515

Text Example


Text Example

White with #CC3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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