Html Css Color HEX #C9331F Harley Davidson Orange

📋 copy color: '#C9331F'

red 201 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #C9331F

Tints of Harley Davidson Orange #C9331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 71.02%
G = 18.02%
B = 10.95%

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

#C9331F (or 0xC9331F) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 1F. RGB value is (201,51,31). Sum of RGB (Red+Green+Blue) = 201+51+31=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9331F is #36CCE0. Grayscale: #5D5D5D. Windows color (decimal): -3591393 or 2044873. OLE color: 2044873.

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

Color convert

RGB 201 51 31 -
CMYK 0 0.75 0.85 0.21
HSL 7.06º 0.73% 0.45% -
HSV(B) 7.06º 0.85% 0.79% -
XYZ 25.52 14.88 2.82 -
YUV 93.57 92.7 204.63 -
System Red Green Blue C M Y K H S L
Decimal 201 51 31 0 0.75 0.85 0.21 7.06 0.73 0.45
Hex C9 33 1F 0 4B 55 15 7 49 2D
Octal 311 63 37 0 113 125 25 7 111 55
Binary 11001001 110011 11111 0 1001011 1010101 10101 111 1001001 101101

Color Harmonies of #C9331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9331F

Black with #C9331F

Text Example


Text Example

White with #C9331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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