Html Css Color HEX #C93A1A Harley Davidson Orange

📋 copy color: '#C93A1A'

red 201 ◦ green 58 ◦ blue 26

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

Shades of Harley Davidson Orange #C93A1A

Tints of Harley Davidson Orange #C93A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 70.53%
G = 20.35%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C93A1A (or 0xC93A1A) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 1A. RGB value is (201,58,26). Sum of RGB (Red+Green+Blue) = 201+58+26=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A1A is #36C5E5. Grayscale: #616161. Windows color (decimal): -3589606 or 1718985. OLE color: 1718985.

HSL color Cylindrical-coordinate representation of color #C93A1A: hue angle of 10.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C93A1A is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 58 26 -
CMYK 0 0.71 0.87 0.21
HSL 10.97º 0.77% 0.45% -
HSV(B) 10.97º 0.87% 0.79% -
XYZ 25.79 15.52 2.61 -
YUV 97.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 201 58 26 0 0.71 0.87 0.21 10.97 0.77 0.45
Hex C9 3A 1A 0 47 57 15 B 4D 2D
Octal 311 72 32 0 107 127 25 13 115 55
Binary 11001001 111010 11010 0 1000111 1010111 10101 1011 1001101 101101

Color Harmonies of #C93A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A1A

Black with #C93A1A

Text Example


Text Example

White with #C93A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A1A; }

 p { color: rgb(201,58,26); }

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

background-color css

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

 a { background-color: rgb(201,58,26); }

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

border-color css

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

 span { border-color: rgb(201,58,26); }

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