Html Css Color HEX #C9360D Harley Davidson Orange

📋 copy color: '#C9360D'

red 201 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #C9360D

Tints of Harley Davidson Orange #C9360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 75%
G = 20.15%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9360D (or 0xC9360D) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 0D. RGB value is (201,54,13). Sum of RGB (Red+Green+Blue) = 201+54+13=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9360D is #36C9F2. Grayscale: #5D5D5D. Windows color (decimal): -3590643 or 865993. OLE color: 865993.

HSL color Cylindrical-coordinate representation of color #C9360D: hue angle of 13.09º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9360D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 54 13 -
CMYK 0 0.73 0.94 0.21
HSL 13.09º 0.88% 0.42% -
HSV(B) 13.09º 0.94% 0.79% -
XYZ 25.48 15.08 1.95 -
YUV 93.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 201 54 13 0 0.73 0.94 0.21 13.09 0.88 0.42
Hex C9 36 D 0 49 5E 15 D 58 2A
Octal 311 66 15 0 111 136 25 15 130 52
Binary 11001001 110110 1101 0 1001001 1011110 10101 1101 1011000 101010

Color Harmonies of #C9360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9360D

Black with #C9360D

Text Example


Text Example

White with #C9360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9360D; }

 p { color: rgb(201,54,13); }

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

background-color css

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

 a { background-color: rgb(201,54,13); }

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

border-color css

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

 span { border-color: rgb(201,54,13); }

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