Html Css Color HEX #CC3815 Harley Davidson Orange

📋 copy color: '#CC3815'

red 204 ◦ green 56 ◦ blue 21

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

Shades of Harley Davidson Orange #CC3815

Tints of Harley Davidson Orange #CC3815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 72.6%
G = 19.93%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3815 (or 0xCC3815) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 15. RGB value is (204,56,21). Sum of RGB (Red+Green+Blue) = 204+56+21=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3815 is #33C7EA. Grayscale: #606060. Windows color (decimal): -3393515 or 1390796. OLE color: 1390796.

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

Color convert

RGB 204 56 21 -
CMYK 0 0.73 0.90 0.2
HSL 11.48º 0.81% 0.44% -
HSV(B) 11.48º 0.9% 0.8% -
XYZ 26.45 15.72 2.35 -
YUV 96.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 204 56 21 0 0.73 0.90 0.2 11.48 0.81 0.44
Hex CC 38 15 0 49 5A 14 B 51 2C
Octal 314 70 25 0 111 132 24 13 121 54
Binary 11001100 111000 10101 0 1001001 1011010 10100 1011 1010001 101100

Color Harmonies of #CC3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3815

Black with #CC3815

Text Example


Text Example

White with #CC3815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3815; }

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

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

background-color css

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

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

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

border-color css

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

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

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