Html Css Color HEX #C9400F Harley Davidson Orange

📋 copy color: '#C9400F'

red 201 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #C9400F

Tints of Harley Davidson Orange #C9400F

RGB

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

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

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

R = 71.79%
G = 22.86%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9400F (or 0xC9400F) is known color: Harley Davidson Orange. HEX triplet: C9, 40 and 0F. RGB value is (201,64,15). Sum of RGB (Red+Green+Blue) = 201+64+15=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9400F is #36BFF0. Grayscale: #636363. Windows color (decimal): -3588081 or 999625. OLE color: 999625.

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

Color convert

RGB 201 64 15 -
CMYK 0 0.68 0.93 0.21
HSL 15.81º 0.86% 0.42% -
HSV(B) 15.81º 0.93% 0.79% -
XYZ 26.01 16.12 2.19 -
YUV 99.38 80.39 200.48 -
System Red Green Blue C M Y K H S L
Decimal 201 64 15 0 0.68 0.93 0.21 15.81 0.86 0.42
Hex C9 40 F 0 44 5D 15 10 56 2A
Octal 311 100 17 0 104 135 25 20 126 52
Binary 11001001 1000000 1111 0 1000100 1011101 10101 10000 1010110 101010

Color Harmonies of #C9400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9400F

Black with #C9400F

Text Example


Text Example

White with #C9400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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