Html Css Color HEX #C93415 Harley Davidson Orange

📋 copy color: '#C93415'

red 201 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #C93415

Tints of Harley Davidson Orange #C93415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 73.36%
G = 18.98%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C93415 (or 0xC93415) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 15. RGB value is (201,52,21). Sum of RGB (Red+Green+Blue) = 201+52+21=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93415 is #36CBEA. Grayscale: #5D5D5D. Windows color (decimal): -3591147 or 1389769. OLE color: 1389769.

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

Color convert

RGB 201 52 21 -
CMYK 0 0.74 0.90 0.21
HSL 10.33º 0.81% 0.44% -
HSV(B) 10.33º 0.9% 0.79% -
XYZ 25.45 14.93 2.25 -
YUV 93.02 87.36 205.02 -
System Red Green Blue C M Y K H S L
Decimal 201 52 21 0 0.74 0.90 0.21 10.33 0.81 0.44
Hex C9 34 15 0 4A 5A 15 A 51 2C
Octal 311 64 25 0 112 132 25 12 121 54
Binary 11001001 110100 10101 0 1001010 1011010 10101 1010 1010001 101100

Color Harmonies of #C93415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93415

Black with #C93415

Text Example


Text Example

White with #C93415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93415; }

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

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

background-color css

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

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

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

border-color css

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

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

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