Html Css Color HEX #C3390F Harley Davidson Orange

📋 copy color: '#C3390F'

red 195 ◦ green 57 ◦ blue 15

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

Shades of Harley Davidson Orange #C3390F

Tints of Harley Davidson Orange #C3390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 73.03%
G = 21.35%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3390F (or 0xC3390F) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 0F. RGB value is (195,57,15). Sum of RGB (Red+Green+Blue) = 195+57+15=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C3390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3390F is #3CC6F0. Grayscale: #5D5D5D. Windows color (decimal): -3983089 or 997827. OLE color: 997827.

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

Color convert

RGB 195 57 15 -
CMYK 0 0.71 0.92 0.24
HSL 14º 0.86% 0.41% -
HSV(B) 14º 0.92% 0.76% -
XYZ 24.06 14.56 2 -
YUV 93.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 195 57 15 0 0.71 0.92 0.24 14 0.86 0.41
Hex C3 39 F 0 47 5C 18 E 56 29
Octal 303 71 17 0 107 134 30 16 126 51
Binary 11000011 111001 1111 0 1000111 1011100 11000 1110 1010110 101001

Color Harmonies of #C3390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3390F

Black with #C3390F

Text Example


Text Example

White with #C3390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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