Html Css Color HEX #C9331B Harley Davidson Orange

📋 copy color: '#C9331B'

red 201 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #C9331B

Tints of Harley Davidson Orange #C9331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 72.04%
G = 18.28%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9331B (or 0xC9331B) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 1B. RGB value is (201,51,27). Sum of RGB (Red+Green+Blue) = 201+51+27=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9331B is #36CCE4. Grayscale: #5D5D5D. Windows color (decimal): -3591397 or 1782729. OLE color: 1782729.

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

Color convert

RGB 201 51 27 -
CMYK 0 0.75 0.87 0.21
HSL 8.28º 0.76% 0.45% -
HSV(B) 8.28º 0.87% 0.79% -
XYZ 25.47 14.86 2.56 -
YUV 93.11 90.7 204.95 -
System Red Green Blue C M Y K H S L
Decimal 201 51 27 0 0.75 0.87 0.21 8.28 0.76 0.45
Hex C9 33 1B 0 4B 57 15 8 4C 2D
Octal 311 63 33 0 113 127 25 10 114 55
Binary 11001001 110011 11011 0 1001011 1010111 10101 1000 1001100 101101

Color Harmonies of #C9331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9331B

Black with #C9331B

Text Example


Text Example

White with #C9331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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