Html Css Color HEX #C3311C Harley Davidson Orange

📋 copy color: '#C3311C'

red 195 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #C3311C

Tints of Harley Davidson Orange #C3311C

RGB

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

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

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

R = 71.69%
G = 18.01%
B = 10.29%

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

#C3311C (or 0xC3311C) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 1C. RGB value is (195,49,28). Sum of RGB (Red+Green+Blue) = 195+49+28=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3311C is #3CCEE3. Grayscale: #5A5A5A. Windows color (decimal): -3985124 or 1847747. OLE color: 1847747.

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

Color convert

RGB 195 49 28 -
CMYK 0 0.75 0.86 0.24
HSL 7.54º 0.75% 0.44% -
HSV(B) 7.54º 0.86% 0.76% -
XYZ 23.81 13.88 2.52 -
YUV 90.26 92.87 202.71 -
System Red Green Blue C M Y K H S L
Decimal 195 49 28 0 0.75 0.86 0.24 7.54 0.75 0.44
Hex C3 31 1C 0 4B 56 18 8 4B 2C
Octal 303 61 34 0 113 126 30 10 113 54
Binary 11000011 110001 11100 0 1001011 1010110 11000 1000 1001011 101100

Color Harmonies of #C3311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3311C

Black with #C3311C

Text Example


Text Example

White with #C3311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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