Html Css Color HEX #C6271B Harley Davidson Orange

📋 copy color: '#C6271B'

red 198 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #C6271B

Tints of Harley Davidson Orange #C6271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 75%
G = 14.77%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6271B (or 0xC6271B) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 1B. RGB value is (198,39,27). Sum of RGB (Red+Green+Blue) = 198+39+27=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6271B is #39D8E4. Grayscale: #555555. Windows color (decimal): -3791077 or 1779654. OLE color: 1779654.

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

Color convert

RGB 198 39 27 -
CMYK 0 0.80 0.86 0.22
HSL 4.21º 0.76% 0.44% -
HSV(B) 4.21º 0.86% 0.78% -
XYZ 24.21 13.54 2.37 -
YUV 85.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 198 39 27 0 0.80 0.86 0.22 4.21 0.76 0.44
Hex C6 27 1B 0 50 56 16 4 4C 2C
Octal 306 47 33 0 120 126 26 4 114 54
Binary 11000110 100111 11011 0 1010000 1010110 10110 100 1001100 101100

Color Harmonies of #C6271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6271B

Black with #C6271B

Text Example


Text Example

White with #C6271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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