Html Css Color HEX #C94615 Harley Davidson Orange

📋 copy color: '#C94615'

red 201 ◦ green 70 ◦ blue 21

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

Shades of Harley Davidson Orange #C94615

Tints of Harley Davidson Orange #C94615

RGB

 RED value IS 201 (78.91% from 255) = 68.84%

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 68.84%
G = 23.97%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94615 (or 0xC94615) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 15. RGB value is (201,70,21). Sum of RGB (Red+Green+Blue) = 201+70+21=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94615 is #36B9EA. Grayscale: #676767. Windows color (decimal): -3586539 or 1394377. OLE color: 1394377.

HSL color Cylindrical-coordinate representation of color #C94615: hue angle of 16.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94615 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 21 -
CMYK 0 0.65 0.90 0.21
HSL 16.33º 0.81% 0.44% -
HSV(B) 16.33º 0.9% 0.79% -
XYZ 26.41 16.85 2.57 -
YUV 103.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 201 70 21 0 0.65 0.90 0.21 16.33 0.81 0.44
Hex C9 46 15 0 41 5A 15 10 51 2C
Octal 311 106 25 0 101 132 25 20 121 54
Binary 11001001 1000110 10101 0 1000001 1011010 10101 10000 1010001 101100

Color Harmonies of #C94615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94615

Black with #C94615

Text Example


Text Example

White with #C94615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94615; }

 p { color: rgb(201,70,21); }

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

background-color css

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

 a { background-color: rgb(201,70,21); }

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

border-color css

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

 span { border-color: rgb(201,70,21); }

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