Html Css Color HEX #C9381A Harley Davidson Orange

📋 copy color: '#C9381A'

red 201 ◦ green 56 ◦ blue 26

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

Shades of Harley Davidson Orange #C9381A

Tints of Harley Davidson Orange #C9381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 71.02%
G = 19.79%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9381A (or 0xC9381A) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 1A. RGB value is (201,56,26). Sum of RGB (Red+Green+Blue) = 201+56+26=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9381A is #36C7E5. Grayscale: #606060. Windows color (decimal): -3590118 or 1718473. OLE color: 1718473.

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

Color convert

RGB 201 56 26 -
CMYK 0 0.72 0.87 0.21
HSL 10.29º 0.77% 0.45% -
HSV(B) 10.29º 0.87% 0.79% -
XYZ 25.69 15.32 2.58 -
YUV 95.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 201 56 26 0 0.72 0.87 0.21 10.29 0.77 0.45
Hex C9 38 1A 0 48 57 15 A 4D 2D
Octal 311 70 32 0 110 127 25 12 115 55
Binary 11001001 111000 11010 0 1001000 1010111 10101 1010 1001101 101101

Color Harmonies of #C9381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9381A

Black with #C9381A

Text Example


Text Example

White with #C9381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9381A; }

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

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

background-color css

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

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

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

border-color css

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

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

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