Html Css Color HEX #C0371F Harley Davidson Orange

📋 copy color: '#C0371F'

red 192 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #C0371F

Tints of Harley Davidson Orange #C0371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 69.06%
G = 19.78%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0371F (or 0xC0371F) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 1F. RGB value is (192,55,31). Sum of RGB (Red+Green+Blue) = 192+55+31=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C0371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0371F is #3FC8E0. Grayscale: #5D5D5D. Windows color (decimal): -4180193 or 2045888. OLE color: 2045888.

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

Color convert

RGB 192 55 31 -
CMYK 0 0.71 0.84 0.25
HSL 8.94º 0.72% 0.44% -
HSV(B) 8.94º 0.84% 0.75% -
XYZ 23.35 14.04 2.78 -
YUV 93.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 192 55 31 0 0.71 0.84 0.25 8.94 0.72 0.44
Hex C0 37 1F 0 47 54 19 9 48 2C
Octal 300 67 37 0 107 124 31 11 110 54
Binary 11000000 110111 11111 0 1000111 1010100 11001 1001 1001000 101100

Color Harmonies of #C0371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0371F

Black with #C0371F

Text Example


Text Example

White with #C0371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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