Html Css Color HEX #C6371C Harley Davidson Orange

📋 copy color: '#C6371C'

red 198 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #C6371C

Tints of Harley Davidson Orange #C6371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 70.46%
G = 19.57%
B = 9.96%

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

#C6371C (or 0xC6371C) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 1C. RGB value is (198,55,28). Sum of RGB (Red+Green+Blue) = 198+55+28=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6371C is #39C8E3. Grayscale: #5E5E5E. Windows color (decimal): -3786980 or 1849286. OLE color: 1849286.

HSL color Cylindrical-coordinate representation of color #C6371C: hue angle of 9.53º degrees, saturation: 0.75, 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 #C6371C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 28 -
CMYK 0 0.72 0.86 0.22
HSL 9.53º 0.75% 0.44% -
HSV(B) 9.53º 0.86% 0.78% -
XYZ 24.86 14.82 2.65 -
YUV 94.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 198 55 28 0 0.72 0.86 0.22 9.53 0.75 0.44
Hex C6 37 1C 0 48 56 16 A 4B 2C
Octal 306 67 34 0 110 126 26 12 113 54
Binary 11000110 110111 11100 0 1001000 1010110 10110 1010 1001011 101100

Color Harmonies of #C6371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6371C

Black with #C6371C

Text Example


Text Example

White with #C6371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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