Html Css Color HEX #C93B1E Harley Davidson Orange

📋 copy color: '#C93B1E'

red 201 ◦ green 59 ◦ blue 30

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

Shades of Harley Davidson Orange #C93B1E

Tints of Harley Davidson Orange #C93B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 69.31%
G = 20.34%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C93B1E (or 0xC93B1E) is known color: Harley Davidson Orange. HEX triplet: C9, 3B and 1E. RGB value is (201,59,30). Sum of RGB (Red+Green+Blue) = 201+59+30=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B1E is #36C4E1. Grayscale: #626262. Windows color (decimal): -3589346 or 1981385. OLE color: 1981385.

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

Color convert

RGB 201 59 30 -
CMYK 0 0.71 0.85 0.21
HSL 10.18º 0.74% 0.45% -
HSV(B) 10.18º 0.85% 0.79% -
XYZ 25.89 15.64 2.88 -
YUV 98.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 201 59 30 0 0.71 0.85 0.21 10.18 0.74 0.45
Hex C9 3B 1E 0 47 55 15 A 4A 2D
Octal 311 73 36 0 107 125 25 12 112 55
Binary 11001001 111011 11110 0 1000111 1010101 10101 1010 1001010 101101

Color Harmonies of #C93B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B1E

Black with #C93B1E

Text Example


Text Example

White with #C93B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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