Html Css Color HEX #C9411C Harley Davidson Orange

📋 copy color: '#C9411C'

red 201 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #C9411C

Tints of Harley Davidson Orange #C9411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 68.37%
G = 22.11%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9411C (or 0xC9411C) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 1C. RGB value is (201,65,28). Sum of RGB (Red+Green+Blue) = 201+65+28=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9411C is #36BEE3. Grayscale: #656565. Windows color (decimal): -3587812 or 1851849. OLE color: 1851849.

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

Color convert

RGB 201 65 28 -
CMYK 0 0.68 0.86 0.21
HSL 12.83º 0.76% 0.45% -
HSV(B) 12.83º 0.86% 0.79% -
XYZ 26.19 16.28 2.86 -
YUV 101.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 201 65 28 0 0.68 0.86 0.21 12.83 0.76 0.45
Hex C9 41 1C 0 44 56 15 D 4C 2D
Octal 311 101 34 0 104 126 25 15 114 55
Binary 11001001 1000001 11100 0 1000100 1010110 10101 1101 1001100 101101

Color Harmonies of #C9411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9411C

Black with #C9411C

Text Example


Text Example

White with #C9411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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