Html Css Color HEX #C3341F Harley Davidson Orange

📋 copy color: '#C3341F'

red 195 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #C3341F

Tints of Harley Davidson Orange #C3341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 70.14%
G = 18.71%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3341F (or 0xC3341F) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 1F. RGB value is (195,52,31). Sum of RGB (Red+Green+Blue) = 195+52+31=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3341F is #3CCBE0. Grayscale: #5C5C5C. Windows color (decimal): -3984353 or 2045123. OLE color: 2045123.

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

Color convert

RGB 195 52 31 -
CMYK 0 0.73 0.84 0.24
HSL 7.68º 0.73% 0.44% -
HSV(B) 7.68º 0.84% 0.76% -
XYZ 23.98 14.16 2.76 -
YUV 92.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 195 52 31 0 0.73 0.84 0.24 7.68 0.73 0.44
Hex C3 34 1F 0 49 54 18 8 49 2C
Octal 303 64 37 0 111 124 30 10 111 54
Binary 11000011 110100 11111 0 1001001 1010100 11000 1000 1001001 101100

Color Harmonies of #C3341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3341F

Black with #C3341F

Text Example


Text Example

White with #C3341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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