Html Css Color HEX #C93E1A Harley Davidson Orange

📋 copy color: '#C93E1A'

red 201 ◦ green 62 ◦ blue 26

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

Shades of Harley Davidson Orange #C93E1A

Tints of Harley Davidson Orange #C93E1A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.45%

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

R = 69.55%
G = 21.45%
B = 9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C93E1A (or 0xC93E1A) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 1A. RGB value is (201,62,26). Sum of RGB (Red+Green+Blue) = 201+62+26=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E1A is #36C1E5. Grayscale: #636363. Windows color (decimal): -3588582 or 1720009. OLE color: 1720009.

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

Color convert

RGB 201 62 26 -
CMYK 0 0.69 0.87 0.21
HSL 12.34º 0.77% 0.45% -
HSV(B) 12.34º 0.87% 0.79% -
XYZ 26 15.94 2.68 -
YUV 99.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 201 62 26 0 0.69 0.87 0.21 12.34 0.77 0.45
Hex C9 3E 1A 0 45 57 15 C 4D 2D
Octal 311 76 32 0 105 127 25 14 115 55
Binary 11001001 111110 11010 0 1000101 1010111 10101 1100 1001101 101101

Color Harmonies of #C93E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E1A

Black with #C93E1A

Text Example


Text Example

White with #C93E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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