Html Css Color HEX #C94316 Harley Davidson Orange

📋 copy color: '#C94316'

red 201 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #C94316

Tints of Harley Davidson Orange #C94316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 69.31%
G = 23.1%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C94316 (or 0xC94316) is known color: Harley Davidson Orange. HEX triplet: C9, 43 and 16. RGB value is (201,67,22). Sum of RGB (Red+Green+Blue) = 201+67+22=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94316 is #36BCE9. Grayscale: #666666. Windows color (decimal): -3587306 or 1459145. OLE color: 1459145.

HSL color Cylindrical-coordinate representation of color #C94316: hue angle of 15.08º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94316 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 22 -
CMYK 0 0.67 0.89 0.21
HSL 15.08º 0.8% 0.44% -
HSV(B) 15.08º 0.89% 0.79% -
XYZ 26.24 16.49 2.56 -
YUV 101.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 201 67 22 0 0.67 0.89 0.21 15.08 0.8 0.44
Hex C9 43 16 0 43 59 15 F 50 2C
Octal 311 103 26 0 103 131 25 17 120 54
Binary 11001001 1000011 10110 0 1000011 1011001 10101 1111 1010000 101100

Color Harmonies of #C94316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94316

Black with #C94316

Text Example


Text Example

White with #C94316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94316; }

 p { color: rgb(201,67,22); }

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

background-color css

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

 a { background-color: rgb(201,67,22); }

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

border-color css

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

 span { border-color: rgb(201,67,22); }

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