Html Css Color HEX #C2371F Harley Davidson Orange

📋 copy color: '#C2371F'

red 194 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #C2371F

Tints of Harley Davidson Orange #C2371F

RGB

 RED value IS 194 (76.17% from 255) = 69.29%

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

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

R = 69.29%
G = 19.64%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2371F (or 0xC2371F) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 1F. RGB value is (194,55,31). Sum of RGB (Red+Green+Blue) = 194+55+31=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2371F is #3DC8E0. Grayscale: #5E5E5E. Windows color (decimal): -4049121 or 2045890. OLE color: 2045890.

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

Color convert

RGB 194 55 31 -
CMYK 0 0.72 0.84 0.24
HSL 8.83º 0.72% 0.44% -
HSV(B) 8.83º 0.84% 0.76% -
XYZ 23.86 14.3 2.8 -
YUV 93.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 194 55 31 0 0.72 0.84 0.24 8.83 0.72 0.44
Hex C2 37 1F 0 48 54 18 9 48 2C
Octal 302 67 37 0 110 124 30 11 110 54
Binary 11000010 110111 11111 0 1001000 1010100 11000 1001 1001000 101100

Color Harmonies of #C2371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2371F

Black with #C2371F

Text Example


Text Example

White with #C2371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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