Html Css Color HEX #C0371D Harley Davidson Orange

📋 copy color: '#C0371D'

red 192 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #C0371D

Tints of Harley Davidson Orange #C0371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 69.57%
G = 19.93%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0371D (or 0xC0371D) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 1D. RGB value is (192,55,29). Sum of RGB (Red+Green+Blue) = 192+55+29=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0371D is #3FC8E2. Grayscale: #5D5D5D. Windows color (decimal): -4180195 or 1914816. OLE color: 1914816.

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

Color convert

RGB 192 55 29 -
CMYK 0 0.71 0.85 0.25
HSL 9.57º 0.74% 0.43% -
HSV(B) 9.57º 0.85% 0.75% -
XYZ 23.33 14.03 2.64 -
YUV 93 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 192 55 29 0 0.71 0.85 0.25 9.57 0.74 0.43
Hex C0 37 1D 0 47 55 19 A 4A 2B
Octal 300 67 35 0 107 125 31 12 112 53
Binary 11000000 110111 11101 0 1000111 1010101 11001 1010 1001010 101011

Color Harmonies of #C0371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0371D

Black with #C0371D

Text Example


Text Example

White with #C0371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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