Html Css Color HEX #C73A1B Harley Davidson Orange

📋 copy color: '#C73A1B'

red 199 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #C73A1B

Tints of Harley Davidson Orange #C73A1B

RGB

 RED value IS 199 (78.13% from 255) = 70.07%

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

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 70.07%
G = 20.42%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C73A1B (or 0xC73A1B) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 1B. RGB value is (199,58,27). Sum of RGB (Red+Green+Blue) = 199+58+27=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A1B is #38C5E4. Grayscale: #606060. Windows color (decimal): -3720677 or 1784519. OLE color: 1784519.

HSL color Cylindrical-coordinate representation of color #C73A1B: hue angle of 10.81º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C73A1B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 27 -
CMYK 0 0.71 0.86 0.22
HSL 10.81º 0.76% 0.44% -
HSV(B) 10.81º 0.86% 0.78% -
XYZ 25.26 15.25 2.65 -
YUV 96.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 199 58 27 0 0.71 0.86 0.22 10.81 0.76 0.44
Hex C7 3A 1B 0 47 56 16 B 4C 2C
Octal 307 72 33 0 107 126 26 13 114 54
Binary 11000111 111010 11011 0 1000111 1010110 10110 1011 1001100 101100

Color Harmonies of #C73A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A1B

Black with #C73A1B

Text Example


Text Example

White with #C73A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A1B; }

 p { color: rgb(199,58,27); }

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

background-color css

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

 a { background-color: rgb(199,58,27); }

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

border-color css

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

 span { border-color: rgb(199,58,27); }

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