Html Css Color HEX #C6371B Harley Davidson Orange

📋 copy color: '#C6371B'

red 198 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #C6371B

Tints of Harley Davidson Orange #C6371B

RGB

 RED value IS 198 (77.73% from 255) = 70.71%

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

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

R = 70.71%
G = 19.64%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6371B (or 0xC6371B) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 1B. RGB value is (198,55,27). Sum of RGB (Red+Green+Blue) = 198+55+27=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6371B is #39C8E4. Grayscale: #5E5E5E. Windows color (decimal): -3786981 or 1783750. OLE color: 1783750.

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

Color convert

RGB 198 55 27 -
CMYK 0 0.72 0.86 0.22
HSL 9.82º 0.76% 0.44% -
HSV(B) 9.82º 0.86% 0.78% -
XYZ 24.85 14.82 2.59 -
YUV 94.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 198 55 27 0 0.72 0.86 0.22 9.82 0.76 0.44
Hex C6 37 1B 0 48 56 16 A 4C 2C
Octal 306 67 33 0 110 126 26 12 114 54
Binary 11000110 110111 11011 0 1001000 1010110 10110 1010 1001100 101100

Color Harmonies of #C6371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6371B

Black with #C6371B

Text Example


Text Example

White with #C6371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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