Html Css Color HEX #C3311B Harley Davidson Orange

📋 copy color: '#C3311B'

red 195 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #C3311B

Tints of Harley Davidson Orange #C3311B

RGB

 RED value IS 195 (76.56% from 255) = 71.96%

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 71.96%
G = 18.08%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3311B (or 0xC3311B) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 1B. RGB value is (195,49,27). Sum of RGB (Red+Green+Blue) = 195+49+27=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C3311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3311B is #3CCEE4. Grayscale: #5A5A5A. Windows color (decimal): -3985125 or 1782211. OLE color: 1782211.

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

Color convert

RGB 195 49 27 -
CMYK 0 0.75 0.86 0.24
HSL 7.86º 0.76% 0.44% -
HSV(B) 7.86º 0.86% 0.76% -
XYZ 23.8 13.88 2.46 -
YUV 90.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 195 49 27 0 0.75 0.86 0.24 7.86 0.76 0.44
Hex C3 31 1B 0 4B 56 18 8 4C 2C
Octal 303 61 33 0 113 126 30 10 114 54
Binary 11000011 110001 11011 0 1001011 1010110 11000 1000 1001100 101100

Color Harmonies of #C3311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3311B

Black with #C3311B

Text Example


Text Example

White with #C3311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3311B; }

 p { color: rgb(195,49,27); }

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

background-color css

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

 a { background-color: rgb(195,49,27); }

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

border-color css

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

 span { border-color: rgb(195,49,27); }

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