Html Css Color HEX #C9260E Harley Davidson Orange

📋 copy color: '#C9260E'

red 201 ◦ green 38 ◦ blue 14

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

Shades of Harley Davidson Orange #C9260E

Tints of Harley Davidson Orange #C9260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 79.45%
G = 15.02%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9260E (or 0xC9260E) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 0E. RGB value is (201,38,14). Sum of RGB (Red+Green+Blue) = 201+38+14=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C9260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9260E is #36D9F1. Grayscale: #545454. Windows color (decimal): -3594738 or 927433. OLE color: 927433.

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

Color convert

RGB 201 38 14 -
CMYK 0 0.81 0.93 0.21
HSL 7.7º 0.87% 0.42% -
HSV(B) 7.7º 0.93% 0.79% -
XYZ 24.86 13.84 1.78 -
YUV 84 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 201 38 14 0 0.81 0.93 0.21 7.7 0.87 0.42
Hex C9 26 E 0 51 5D 15 8 57 2A
Octal 311 46 16 0 121 135 25 10 127 52
Binary 11001001 100110 1110 0 1010001 1011101 10101 1000 1010111 101010

Color Harmonies of #C9260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9260E

Black with #C9260E

Text Example


Text Example

White with #C9260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9260E; }

 p { color: rgb(201,38,14); }

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

background-color css

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

 a { background-color: rgb(201,38,14); }

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

border-color css

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

 span { border-color: rgb(201,38,14); }

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