Html Css Color HEX #C94215 Harley Davidson Orange

📋 copy color: '#C94215'

red 201 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #C94215

Tints of Harley Davidson Orange #C94215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 69.79%
G = 22.92%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94215 (or 0xC94215) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 15. RGB value is (201,66,21). Sum of RGB (Red+Green+Blue) = 201+66+21=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C94215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94215 is #36BDEA. Grayscale: #656565. Windows color (decimal): -3587563 or 1393353. OLE color: 1393353.

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

Color convert

RGB 201 66 21 -
CMYK 0 0.67 0.90 0.21
HSL 15º 0.81% 0.44% -
HSV(B) 15º 0.9% 0.79% -
XYZ 26.17 16.37 2.49 -
YUV 101.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 201 66 21 0 0.67 0.90 0.21 15 0.81 0.44
Hex C9 42 15 0 43 5A 15 F 51 2C
Octal 311 102 25 0 103 132 25 17 121 54
Binary 11001001 1000010 10101 0 1000011 1011010 10101 1111 1010001 101100

Color Harmonies of #C94215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94215

Black with #C94215

Text Example


Text Example

White with #C94215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94215; }

 p { color: rgb(201,66,21); }

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

background-color css

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

 a { background-color: rgb(201,66,21); }

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

border-color css

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

 span { border-color: rgb(201,66,21); }

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