Html Css Color HEX #C9441C Harley Davidson Orange

📋 copy color: '#C9441C'

red 201 ◦ green 68 ◦ blue 28

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

Shades of Harley Davidson Orange #C9441C

Tints of Harley Davidson Orange #C9441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 67.68%
G = 22.9%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9441C (or 0xC9441C) is known color: Harley Davidson Orange. HEX triplet: C9, 44 and 1C. RGB value is (201,68,28). Sum of RGB (Red+Green+Blue) = 201+68+28=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9441C is #36BBE3. Grayscale: #676767. Windows color (decimal): -3587044 or 1852617. OLE color: 1852617.

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

Color convert

RGB 201 68 28 -
CMYK 0 0.66 0.86 0.21
HSL 13.87º 0.76% 0.45% -
HSV(B) 13.87º 0.86% 0.79% -
XYZ 26.36 16.64 2.92 -
YUV 103.21 85.56 197.75 -
System Red Green Blue C M Y K H S L
Decimal 201 68 28 0 0.66 0.86 0.21 13.87 0.76 0.45
Hex C9 44 1C 0 42 56 15 E 4C 2D
Octal 311 104 34 0 102 126 25 16 114 55
Binary 11001001 1000100 11100 0 1000010 1010110 10101 1110 1001100 101101

Color Harmonies of #C9441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9441C

Black with #C9441C

Text Example


Text Example

White with #C9441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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