Html Css Color HEX #C93D17 Harley Davidson Orange

📋 copy color: '#C93D17'

red 201 ◦ green 61 ◦ blue 23

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

Shades of Harley Davidson Orange #C93D17

Tints of Harley Davidson Orange #C93D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 70.53%
G = 21.4%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C93D17 (or 0xC93D17) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 17. RGB value is (201,61,23). Sum of RGB (Red+Green+Blue) = 201+61+23=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D17 is #36C2E8. Grayscale: #626262. Windows color (decimal): -3588841 or 1523145. OLE color: 1523145.

HSL color Cylindrical-coordinate representation of color #C93D17: hue angle of 12.81º degrees, saturation: 0.79, 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 #C93D17 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 23 -
CMYK 0 0.70 0.89 0.21
HSL 12.81º 0.79% 0.44% -
HSV(B) 12.81º 0.89% 0.79% -
XYZ 25.91 15.82 2.5 -
YUV 98.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 201 61 23 0 0.70 0.89 0.21 12.81 0.79 0.44
Hex C9 3D 17 0 46 59 15 D 4F 2C
Octal 311 75 27 0 106 131 25 15 117 54
Binary 11001001 111101 10111 0 1000110 1011001 10101 1101 1001111 101100

Color Harmonies of #C93D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D17

Black with #C93D17

Text Example


Text Example

White with #C93D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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