Html Css Color HEX #C9340C Harley Davidson Orange

📋 copy color: '#C9340C'

red 201 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #C9340C

Tints of Harley Davidson Orange #C9340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 75.85%
G = 19.62%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9340C (or 0xC9340C) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 0C. RGB value is (201,52,12). Sum of RGB (Red+Green+Blue) = 201+52+12=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9340C is #36CBF3. Grayscale: #5C5C5C. Windows color (decimal): -3591156 or 799945. OLE color: 799945.

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

Color convert

RGB 201 52 12 -
CMYK 0 0.74 0.94 0.21
HSL 12.7º 0.89% 0.42% -
HSV(B) 12.7º 0.94% 0.79% -
XYZ 25.38 14.9 1.89 -
YUV 91.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 201 52 12 0 0.74 0.94 0.21 12.7 0.89 0.42
Hex C9 34 C 0 4A 5E 15 D 59 2A
Octal 311 64 14 0 112 136 25 15 131 52
Binary 11001001 110100 1100 0 1001010 1011110 10101 1101 1011001 101010

Color Harmonies of #C9340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9340C

Black with #C9340C

Text Example


Text Example

White with #C9340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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