Html Css Color HEX #C9400C Harley Davidson Orange

📋 copy color: '#C9400C'

red 201 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #C9400C

Tints of Harley Davidson Orange #C9400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 72.56%
G = 23.1%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9400C (or 0xC9400C) is known color: Harley Davidson Orange. HEX triplet: C9, 40 and 0C. RGB value is (201,64,12). Sum of RGB (Red+Green+Blue) = 201+64+12=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9400C is #36BFF3. Grayscale: #636363. Windows color (decimal): -3588084 or 803017. OLE color: 803017.

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

Color convert

RGB 201 64 12 -
CMYK 0 0.68 0.94 0.21
HSL 16.51º 0.89% 0.42% -
HSV(B) 16.51º 0.94% 0.79% -
XYZ 25.99 16.11 2.09 -
YUV 99.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 201 64 12 0 0.68 0.94 0.21 16.51 0.89 0.42
Hex C9 40 C 0 44 5E 15 11 59 2A
Octal 311 100 14 0 104 136 25 21 131 52
Binary 11001001 1000000 1100 0 1000100 1011110 10101 10001 1011001 101010

Color Harmonies of #C9400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9400C

Black with #C9400C

Text Example


Text Example

White with #C9400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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