Html Css Color HEX #C93F15 Harley Davidson Orange

📋 copy color: '#C93F15'

red 201 ◦ green 63 ◦ blue 21

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

Shades of Harley Davidson Orange #C93F15

Tints of Harley Davidson Orange #C93F15

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 70.53%
G = 22.11%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C93F15 (or 0xC93F15) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 15. RGB value is (201,63,21). Sum of RGB (Red+Green+Blue) = 201+63+21=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F15 is #36C0EA. Grayscale: #636363. Windows color (decimal): -3588331 or 1392585. OLE color: 1392585.

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

Color convert

RGB 201 63 21 -
CMYK 0 0.69 0.90 0.21
HSL 14º 0.81% 0.44% -
HSV(B) 14º 0.9% 0.79% -
XYZ 26 16.03 2.43 -
YUV 99.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 201 63 21 0 0.69 0.90 0.21 14 0.81 0.44
Hex C9 3F 15 0 45 5A 15 E 51 2C
Octal 311 77 25 0 105 132 25 16 121 54
Binary 11001001 111111 10101 0 1000101 1011010 10101 1110 1010001 101100

Color Harmonies of #C93F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F15

Black with #C93F15

Text Example


Text Example

White with #C93F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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