Html Css Color HEX #CC4115 Harley Davidson Orange

📋 copy color: '#CC4115'

red 204 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #CC4115

Tints of Harley Davidson Orange #CC4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 70.34%
G = 22.41%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4115 (or 0xCC4115) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 15. RGB value is (204,65,21). Sum of RGB (Red+Green+Blue) = 204+65+21=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4115 is #33BEEA. Grayscale: #656565. Windows color (decimal): -3391211 or 1393100. OLE color: 1393100.

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

Color convert

RGB 204 65 21 -
CMYK 0 0.68 0.90 0.2
HSL 14.43º 0.81% 0.44% -
HSV(B) 14.43º 0.9% 0.8% -
XYZ 26.93 16.67 2.51 -
YUV 101.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 204 65 21 0 0.68 0.90 0.2 14.43 0.81 0.44
Hex CC 41 15 0 44 5A 14 E 51 2C
Octal 314 101 25 0 104 132 24 16 121 54
Binary 11001100 1000001 10101 0 1000100 1011010 10100 1110 1010001 101100

Color Harmonies of #CC4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4115

Black with #CC4115

Text Example


Text Example

White with #CC4115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4115; }

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

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

background-color css

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

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

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

border-color css

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

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

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