Html Css Color HEX #C0371B Harley Davidson Orange

📋 copy color: '#C0371B'

red 192 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #C0371B

Tints of Harley Davidson Orange #C0371B

RGB

 RED value IS 192 (75.39% from 255) = 70.07%

 GREEN value IS 55 (21.88% from 255) = 20.07%

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

R = 70.07%
G = 20.07%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0371B (or 0xC0371B) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 1B. RGB value is (192,55,27). Sum of RGB (Red+Green+Blue) = 192+55+27=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0371B is #3FC8E4. Grayscale: #5D5D5D. Windows color (decimal): -4180197 or 1783744. OLE color: 1783744.

HSL color Cylindrical-coordinate representation of color #C0371B: hue angle of 10.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0371B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 27 -
CMYK 0 0.71 0.86 0.25
HSL 10.18º 0.75% 0.43% -
HSV(B) 10.18º 0.86% 0.75% -
XYZ 23.3 14.02 2.51 -
YUV 92.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 192 55 27 0 0.71 0.86 0.25 10.18 0.75 0.43
Hex C0 37 1B 0 47 56 19 A 4B 2B
Octal 300 67 33 0 107 126 31 12 113 53
Binary 11000000 110111 11011 0 1000111 1010110 11001 1010 1001011 101011

Color Harmonies of #C0371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0371B

Black with #C0371B

Text Example


Text Example

White with #C0371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0371B; }

 p { color: rgb(192,55,27); }

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

background-color css

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

 a { background-color: rgb(192,55,27); }

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

border-color css

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

 span { border-color: rgb(192,55,27); }

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