Html Css Color HEX #C9331E Harley Davidson Orange

📋 copy color: '#C9331E'

red 201 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #C9331E

Tints of Harley Davidson Orange #C9331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 71.28%
G = 18.09%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9331E (or 0xC9331E) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 1E. RGB value is (201,51,30). Sum of RGB (Red+Green+Blue) = 201+51+30=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9331E is #36CCE1. Grayscale: #5D5D5D. Windows color (decimal): -3591394 or 1979337. OLE color: 1979337.

HSL color Cylindrical-coordinate representation of color #C9331E: hue angle of 7.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9331E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 30 -
CMYK 0 0.75 0.85 0.21
HSL 7.37º 0.74% 0.45% -
HSV(B) 7.37º 0.85% 0.79% -
XYZ 25.51 14.88 2.76 -
YUV 93.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 201 51 30 0 0.75 0.85 0.21 7.37 0.74 0.45
Hex C9 33 1E 0 4B 55 15 7 4A 2D
Octal 311 63 36 0 113 125 25 7 112 55
Binary 11001001 110011 11110 0 1001011 1010101 10101 111 1001010 101101

Color Harmonies of #C9331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9331E

Black with #C9331E

Text Example


Text Example

White with #C9331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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