Html Css Color HEX #C9481C Harley Davidson Orange

📋 copy color: '#C9481C'

red 201 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #C9481C

Tints of Harley Davidson Orange #C9481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 66.78%
G = 23.92%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9481C (or 0xC9481C) is known color: Harley Davidson Orange. HEX triplet: C9, 48 and 1C. RGB value is (201,72,28). Sum of RGB (Red+Green+Blue) = 201+72+28=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9481C is #36B7E3. Grayscale: #696969. Windows color (decimal): -3586020 or 1853641. OLE color: 1853641.

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

Color convert

RGB 201 72 28 -
CMYK 0 0.64 0.86 0.21
HSL 15.26º 0.76% 0.45% -
HSV(B) 15.26º 0.86% 0.79% -
XYZ 26.61 17.14 3 -
YUV 105.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 201 72 28 0 0.64 0.86 0.21 15.26 0.76 0.45
Hex C9 48 1C 0 40 56 15 F 4C 2D
Octal 311 110 34 0 100 126 25 17 114 55
Binary 11001001 1001000 11100 0 1000000 1010110 10101 1111 1001100 101101

Color Harmonies of #C9481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9481C

Black with #C9481C

Text Example


Text Example

White with #C9481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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