Html Css Color HEX #C9461F Harley Davidson Orange

📋 copy color: '#C9461F'

red 201 ◦ green 70 ◦ blue 31

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

Shades of Harley Davidson Orange #C9461F

Tints of Harley Davidson Orange #C9461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 66.56%
G = 23.18%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9461F (or 0xC9461F) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 1F. RGB value is (201,70,31). Sum of RGB (Red+Green+Blue) = 201+70+31=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9461F is #36B9E0. Grayscale: #696969. Windows color (decimal): -3586529 or 2049737. OLE color: 2049737.

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

Color convert

RGB 201 70 31 -
CMYK 0 0.65 0.85 0.21
HSL 13.76º 0.73% 0.45% -
HSV(B) 13.76º 0.85% 0.79% -
XYZ 26.52 16.9 3.16 -
YUV 104.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 201 70 31 0 0.65 0.85 0.21 13.76 0.73 0.45
Hex C9 46 1F 0 41 55 15 E 49 2D
Octal 311 106 37 0 101 125 25 16 111 55
Binary 11001001 1000110 11111 0 1000001 1010101 10101 1110 1001001 101101

Color Harmonies of #C9461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9461F

Black with #C9461F

Text Example


Text Example

White with #C9461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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