Html Css Color HEX #C9281C Harley Davidson Orange

📋 copy color: '#C9281C'

red 201 ◦ green 40 ◦ blue 28

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

Shades of Harley Davidson Orange #C9281C

Tints of Harley Davidson Orange #C9281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 74.72%
G = 14.87%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9281C (or 0xC9281C) is known color: Harley Davidson Orange. HEX triplet: C9, 28 and 1C. RGB value is (201,40,28). Sum of RGB (Red+Green+Blue) = 201+40+28=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9281C is #36D7E3. Grayscale: #565656. Windows color (decimal): -3594212 or 1845449. OLE color: 1845449.

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

Color convert

RGB 201 40 28 -
CMYK 0 0.80 0.86 0.21
HSL 4.16º 0.76% 0.45% -
HSV(B) 4.16º 0.86% 0.79% -
XYZ 25.06 14.02 2.48 -
YUV 86.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 201 40 28 0 0.80 0.86 0.21 4.16 0.76 0.45
Hex C9 28 1C 0 50 56 15 4 4C 2D
Octal 311 50 34 0 120 126 25 4 114 55
Binary 11001001 101000 11100 0 1010000 1010110 10101 100 1001100 101101

Color Harmonies of #C9281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9281C

Black with #C9281C

Text Example


Text Example

White with #C9281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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