Html Css Color HEX #C9350F Harley Davidson Orange

📋 copy color: '#C9350F'

red 201 ◦ green 53 ◦ blue 15

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

Shades of Harley Davidson Orange #C9350F

Tints of Harley Davidson Orange #C9350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 74.72%
G = 19.7%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9350F (or 0xC9350F) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 0F. RGB value is (201,53,15). Sum of RGB (Red+Green+Blue) = 201+53+15=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9350F is #36CAF0. Grayscale: #5D5D5D. Windows color (decimal): -3590897 or 996809. OLE color: 996809.

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

Color convert

RGB 201 53 15 -
CMYK 0 0.74 0.93 0.21
HSL 12.26º 0.86% 0.42% -
HSV(B) 12.26º 0.93% 0.79% -
XYZ 25.45 15 2.01 -
YUV 92.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 201 53 15 0 0.74 0.93 0.21 12.26 0.86 0.42
Hex C9 35 F 0 4A 5D 15 C 56 2A
Octal 311 65 17 0 112 135 25 14 126 52
Binary 11001001 110101 1111 0 1001010 1011101 10101 1100 1010110 101010

Color Harmonies of #C9350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9350F

Black with #C9350F

Text Example


Text Example

White with #C9350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9350F; }

 p { color: rgb(201,53,15); }

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

background-color css

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

 a { background-color: rgb(201,53,15); }

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

border-color css

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

 span { border-color: rgb(201,53,15); }

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