Html Css Color HEX #C2371B Harley Davidson Orange

📋 copy color: '#C2371B'

red 194 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #C2371B

Tints of Harley Davidson Orange #C2371B

RGB

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

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

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

R = 70.29%
G = 19.93%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2371B (or 0xC2371B) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 1B. RGB value is (194,55,27). Sum of RGB (Red+Green+Blue) = 194+55+27=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2371B is #3DC8E4. Grayscale: #5D5D5D. Windows color (decimal): -4049125 or 1783746. OLE color: 1783746.

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

Color convert

RGB 194 55 27 -
CMYK 0 0.72 0.86 0.24
HSL 10.06º 0.76% 0.43% -
HSV(B) 10.06º 0.86% 0.76% -
XYZ 23.81 14.28 2.54 -
YUV 93.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 194 55 27 0 0.72 0.86 0.24 10.06 0.76 0.43
Hex C2 37 1B 0 48 56 18 A 4C 2B
Octal 302 67 33 0 110 126 30 12 114 53
Binary 11000010 110111 11011 0 1001000 1010110 11000 1010 1001100 101011

Color Harmonies of #C2371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2371B

Black with #C2371B

Text Example


Text Example

White with #C2371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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