Html Css Color HEX #C9380F Harley Davidson Orange

📋 copy color: '#C9380F'

red 201 ◦ green 56 ◦ blue 15

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

Shades of Harley Davidson Orange #C9380F

Tints of Harley Davidson Orange #C9380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 73.9%
G = 20.59%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9380F (or 0xC9380F) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 0F. RGB value is (201,56,15). Sum of RGB (Red+Green+Blue) = 201+56+15=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C9380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9380F is #36C7F0. Grayscale: #5E5E5E. Windows color (decimal): -3590129 or 997577. OLE color: 997577.

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

Color convert

RGB 201 56 15 -
CMYK 0 0.72 0.93 0.21
HSL 13.23º 0.86% 0.42% -
HSV(B) 13.23º 0.93% 0.79% -
XYZ 25.59 15.28 2.05 -
YUV 94.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 201 56 15 0 0.72 0.93 0.21 13.23 0.86 0.42
Hex C9 38 F 0 48 5D 15 D 56 2A
Octal 311 70 17 0 110 135 25 15 126 52
Binary 11001001 111000 1111 0 1001000 1011101 10101 1101 1010110 101010

Color Harmonies of #C9380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9380F

Black with #C9380F

Text Example


Text Example

White with #C9380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9380F; }

 p { color: rgb(201,56,15); }

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

background-color css

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

 a { background-color: rgb(201,56,15); }

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

border-color css

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

 span { border-color: rgb(201,56,15); }

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