Html Css Color HEX #C9370D Harley Davidson Orange

📋 copy color: '#C9370D'

red 201 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #C9370D

Tints of Harley Davidson Orange #C9370D

RGB

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

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

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

R = 74.72%
G = 20.45%
B = 4.83%

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

#C9370D (or 0xC9370D) is known color: Harley Davidson Orange. HEX triplet: C9, 37 and 0D. RGB value is (201,55,13). Sum of RGB (Red+Green+Blue) = 201+55+13=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9370D is #36C8F2. Grayscale: #5E5E5E. Windows color (decimal): -3590387 or 866249. OLE color: 866249.

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

Color convert

RGB 201 55 13 -
CMYK 0 0.73 0.94 0.21
HSL 13.4º 0.88% 0.42% -
HSV(B) 13.4º 0.94% 0.79% -
XYZ 25.53 15.18 1.97 -
YUV 93.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 201 55 13 0 0.73 0.94 0.21 13.4 0.88 0.42
Hex C9 37 D 0 49 5E 15 D 58 2A
Octal 311 67 15 0 111 136 25 15 130 52
Binary 11001001 110111 1101 0 1001001 1011110 10101 1101 1011000 101010

Color Harmonies of #C9370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9370D

Black with #C9370D

Text Example


Text Example

White with #C9370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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