Html Css Color HEX #C9331A Harley Davidson Orange

📋 copy color: '#C9331A'

red 201 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #C9331A

Tints of Harley Davidson Orange #C9331A

RGB

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

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

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

R = 72.3%
G = 18.35%
B = 9.35%

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

#C9331A (or 0xC9331A) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 1A. RGB value is (201,51,26). Sum of RGB (Red+Green+Blue) = 201+51+26=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9331A is #36CCE5. Grayscale: #5D5D5D. Windows color (decimal): -3591398 or 1717193. OLE color: 1717193.

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

Color convert

RGB 201 51 26 -
CMYK 0 0.75 0.87 0.21
HSL 8.57º 0.77% 0.45% -
HSV(B) 8.57º 0.87% 0.79% -
XYZ 25.46 14.86 2.5 -
YUV 93 90.2 205.03 -
System Red Green Blue C M Y K H S L
Decimal 201 51 26 0 0.75 0.87 0.21 8.57 0.77 0.45
Hex C9 33 1A 0 4B 57 15 9 4D 2D
Octal 311 63 32 0 113 127 25 11 115 55
Binary 11001001 110011 11010 0 1001011 1010111 10101 1001 1001101 101101

Color Harmonies of #C9331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9331A

Black with #C9331A

Text Example


Text Example

White with #C9331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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