Html Css Color HEX #C93D15 Harley Davidson Orange

📋 copy color: '#C93D15'

red 201 ◦ green 61 ◦ blue 21

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

Shades of Harley Davidson Orange #C93D15

Tints of Harley Davidson Orange #C93D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 71.02%
G = 21.55%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C93D15 (or 0xC93D15) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 15. RGB value is (201,61,21). Sum of RGB (Red+Green+Blue) = 201+61+21=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D15 is #36C2EA. Grayscale: #626262. Windows color (decimal): -3588843 or 1392073. OLE color: 1392073.

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

Color convert

RGB 201 61 21 -
CMYK 0 0.70 0.90 0.21
HSL 13.33º 0.81% 0.44% -
HSV(B) 13.33º 0.9% 0.79% -
XYZ 25.89 15.81 2.4 -
YUV 98.3 84.38 201.25 -
System Red Green Blue C M Y K H S L
Decimal 201 61 21 0 0.70 0.90 0.21 13.33 0.81 0.44
Hex C9 3D 15 0 46 5A 15 D 51 2C
Octal 311 75 25 0 106 132 25 15 121 54
Binary 11001001 111101 10101 0 1000110 1011010 10101 1101 1010001 101100

Color Harmonies of #C93D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D15

Black with #C93D15

Text Example


Text Example

White with #C93D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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