Html Css Color HEX #C9411A Harley Davidson Orange

📋 copy color: '#C9411A'

red 201 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #C9411A

Tints of Harley Davidson Orange #C9411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 68.84%
G = 22.26%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9411A (or 0xC9411A) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 1A. RGB value is (201,65,26). Sum of RGB (Red+Green+Blue) = 201+65+26=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C9411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9411A is #36BEE5. Grayscale: #656565. Windows color (decimal): -3587814 or 1720777. OLE color: 1720777.

HSL color Cylindrical-coordinate representation of color #C9411A: hue angle of 13.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9411A is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 26 -
CMYK 0 0.68 0.87 0.21
HSL 13.37º 0.77% 0.45% -
HSV(B) 13.37º 0.87% 0.79% -
XYZ 26.16 16.27 2.74 -
YUV 101.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 201 65 26 0 0.68 0.87 0.21 13.37 0.77 0.45
Hex C9 41 1A 0 44 57 15 D 4D 2D
Octal 311 101 32 0 104 127 25 15 115 55
Binary 11001001 1000001 11010 0 1000100 1010111 10101 1101 1001101 101101

Color Harmonies of #C9411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9411A

Black with #C9411A

Text Example


Text Example

White with #C9411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9411A; }

 p { color: rgb(201,65,26); }

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

background-color css

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

 a { background-color: rgb(201,65,26); }

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

border-color css

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

 span { border-color: rgb(201,65,26); }

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