Html Css Color HEX #C9370C Harley Davidson Orange

📋 copy color: '#C9370C'

red 201 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #C9370C

Tints of Harley Davidson Orange #C9370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 75%
G = 20.52%
B = 4.48%

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

#C9370C (or 0xC9370C) is known color: Harley Davidson Orange. HEX triplet: C9, 37 and 0C. RGB value is (201,55,12). Sum of RGB (Red+Green+Blue) = 201+55+12=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9370C is #36C8F3. Grayscale: #5E5E5E. Windows color (decimal): -3590388 or 800713. OLE color: 800713.

HSL color Cylindrical-coordinate representation of color #C9370C: hue angle of 13.65º degrees, saturation: 0.89, 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 #C9370C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 12 -
CMYK 0 0.73 0.94 0.21
HSL 13.65º 0.89% 0.42% -
HSV(B) 13.65º 0.94% 0.79% -
XYZ 25.52 15.18 1.93 -
YUV 93.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 201 55 12 0 0.73 0.94 0.21 13.65 0.89 0.42
Hex C9 37 C 0 49 5E 15 E 59 2A
Octal 311 67 14 0 111 136 25 16 131 52
Binary 11001001 110111 1100 0 1001001 1011110 10101 1110 1011001 101010

Color Harmonies of #C9370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9370C

Black with #C9370C

Text Example


Text Example

White with #C9370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9370C; }

 p { color: rgb(201,55,12); }

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

background-color css

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

 a { background-color: rgb(201,55,12); }

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

border-color css

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

 span { border-color: rgb(201,55,12); }

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