Html Css Color HEX #C3340F Harley Davidson Orange

📋 copy color: '#C3340F'

red 195 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #C3340F

Tints of Harley Davidson Orange #C3340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

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

R = 74.43%
G = 19.85%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3340F (or 0xC3340F) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 0F. RGB value is (195,52,15). Sum of RGB (Red+Green+Blue) = 195+52+15=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3340F is #3CCBF0. Grayscale: #5A5A5A. Windows color (decimal): -3984369 or 996547. OLE color: 996547.

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

Color convert

RGB 195 52 15 -
CMYK 0 0.73 0.92 0.24
HSL 12.33º 0.86% 0.41% -
HSV(B) 12.33º 0.92% 0.76% -
XYZ 23.82 14.09 1.92 -
YUV 90.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 195 52 15 0 0.73 0.92 0.24 12.33 0.86 0.41
Hex C3 34 F 0 49 5C 18 C 56 29
Octal 303 64 17 0 111 134 30 14 126 51
Binary 11000011 110100 1111 0 1001001 1011100 11000 1100 1010110 101001

Color Harmonies of #C3340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3340F

Black with #C3340F

Text Example


Text Example

White with #C3340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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