Html Css Color HEX #CC3811 Harley Davidson Orange

📋 copy color: '#CC3811'

red 204 ◦ green 56 ◦ blue 17

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

Shades of Harley Davidson Orange #CC3811

Tints of Harley Davidson Orange #CC3811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 73.65%
G = 20.22%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC3811 (or 0xCC3811) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 11. RGB value is (204,56,17). Sum of RGB (Red+Green+Blue) = 204+56+17=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3811 is #33C7EE. Grayscale: #606060. Windows color (decimal): -3393519 or 1128652. OLE color: 1128652.

HSL color Cylindrical-coordinate representation of color #CC3811: hue angle of 12.51º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3811 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 17 -
CMYK 0 0.73 0.92 0.2
HSL 12.51º 0.85% 0.43% -
HSV(B) 12.51º 0.92% 0.8% -
XYZ 26.42 15.71 2.17 -
YUV 95.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 204 56 17 0 0.73 0.92 0.2 12.51 0.85 0.43
Hex CC 38 11 0 49 5C 14 D 55 2B
Octal 314 70 21 0 111 134 24 15 125 53
Binary 11001100 111000 10001 0 1001001 1011100 10100 1101 1010101 101011

Color Harmonies of #CC3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3811

Black with #CC3811

Text Example


Text Example

White with #CC3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3811; }

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

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

background-color css

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

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

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

border-color css

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

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

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