Html Css Color HEX #C9381B Harley Davidson Orange

📋 copy color: '#C9381B'

red 201 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #C9381B

Tints of Harley Davidson Orange #C9381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 70.77%
G = 19.72%
B = 9.51%

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

#C9381B (or 0xC9381B) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 1B. RGB value is (201,56,27). Sum of RGB (Red+Green+Blue) = 201+56+27=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9381B is #36C7E4. Grayscale: #606060. Windows color (decimal): -3590117 or 1784009. OLE color: 1784009.

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

Color convert

RGB 201 56 27 -
CMYK 0 0.72 0.87 0.21
HSL 10º 0.76% 0.45% -
HSV(B) 10º 0.87% 0.79% -
XYZ 25.7 15.32 2.64 -
YUV 96.05 89.04 202.86 -
System Red Green Blue C M Y K H S L
Decimal 201 56 27 0 0.72 0.87 0.21 10 0.76 0.45
Hex C9 38 1B 0 48 57 15 A 4C 2D
Octal 311 70 33 0 110 127 25 12 114 55
Binary 11001001 111000 11011 0 1001000 1010111 10101 1010 1001100 101101

Color Harmonies of #C9381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9381B

Black with #C9381B

Text Example


Text Example

White with #C9381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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