Html Css Color HEX #C93B1A Harley Davidson Orange

📋 copy color: '#C93B1A'

red 201 ◦ green 59 ◦ blue 26

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

Shades of Harley Davidson Orange #C93B1A

Tints of Harley Davidson Orange #C93B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

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

R = 70.28%
G = 20.63%
B = 9.09%

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

#C93B1A (or 0xC93B1A) is known color: Harley Davidson Orange. HEX triplet: C9, 3B and 1A. RGB value is (201,59,26). Sum of RGB (Red+Green+Blue) = 201+59+26=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B1A is #36C4E5. Grayscale: #616161. Windows color (decimal): -3589350 or 1719241. OLE color: 1719241.

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

Color convert

RGB 201 59 26 -
CMYK 0 0.71 0.87 0.21
HSL 11.31º 0.77% 0.45% -
HSV(B) 11.31º 0.87% 0.79% -
XYZ 25.84 15.62 2.63 -
YUV 97.7 87.54 201.68 -
System Red Green Blue C M Y K H S L
Decimal 201 59 26 0 0.71 0.87 0.21 11.31 0.77 0.45
Hex C9 3B 1A 0 47 57 15 B 4D 2D
Octal 311 73 32 0 107 127 25 13 115 55
Binary 11001001 111011 11010 0 1000111 1010111 10101 1011 1001101 101101

Color Harmonies of #C93B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B1A

Black with #C93B1A

Text Example


Text Example

White with #C93B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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