Html Css Color HEX #C0371E Harley Davidson Orange

📋 copy color: '#C0371E'

red 192 ◦ green 55 ◦ blue 30

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

Shades of Harley Davidson Orange #C0371E

Tints of Harley Davidson Orange #C0371E

RGB

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

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

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

R = 69.31%
G = 19.86%
B = 10.83%

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

#C0371E (or 0xC0371E) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 1E. RGB value is (192,55,30). Sum of RGB (Red+Green+Blue) = 192+55+30=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0371E is #3FC8E1. Grayscale: #5D5D5D. Windows color (decimal): -4180194 or 1980352. OLE color: 1980352.

HSL color Cylindrical-coordinate representation of color #C0371E: hue angle of 9.26º degrees, saturation: 0.73, 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 #C0371E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 30 -
CMYK 0 0.71 0.84 0.25
HSL 9.26º 0.73% 0.44% -
HSV(B) 9.26º 0.84% 0.75% -
XYZ 23.34 14.03 2.71 -
YUV 93.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 192 55 30 0 0.71 0.84 0.25 9.26 0.73 0.44
Hex C0 37 1E 0 47 54 19 9 49 2C
Octal 300 67 36 0 107 124 31 11 111 54
Binary 11000000 110111 11110 0 1000111 1010100 11001 1001 1001001 101100

Color Harmonies of #C0371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0371E

Black with #C0371E

Text Example


Text Example

White with #C0371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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