Html Css Color HEX #C3391B Harley Davidson Orange

📋 copy color: '#C3391B'

red 195 ◦ green 57 ◦ blue 27

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

Shades of Harley Davidson Orange #C3391B

Tints of Harley Davidson Orange #C3391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 69.89%
G = 20.43%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3391B (or 0xC3391B) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 1B. RGB value is (195,57,27). Sum of RGB (Red+Green+Blue) = 195+57+27=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3391B is #3CC6E4. Grayscale: #5F5F5F. Windows color (decimal): -3983077 or 1784259. OLE color: 1784259.

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

Color convert

RGB 195 57 27 -
CMYK 0 0.71 0.86 0.24
HSL 10.71º 0.76% 0.44% -
HSV(B) 10.71º 0.86% 0.76% -
XYZ 24.17 14.61 2.58 -
YUV 94.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 195 57 27 0 0.71 0.86 0.24 10.71 0.76 0.44
Hex C3 39 1B 0 47 56 18 B 4C 2C
Octal 303 71 33 0 107 126 30 13 114 54
Binary 11000011 111001 11011 0 1000111 1010110 11000 1011 1001100 101100

Color Harmonies of #C3391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3391B

Black with #C3391B

Text Example


Text Example

White with #C3391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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